Deleted Added
full compact
ar71xx_machdep.c (198562) ar71xx_machdep.c (198669)
1/*-
2 * Copyright (c) 2009 Oleksandr Tymoshenko
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 84 unchanged lines hidden (view full) ---

93 setenv(n, "1");
94 else
95 setenv(n, v);
96 }
97 }
98}
99
100void
1/*-
2 * Copyright (c) 2009 Oleksandr Tymoshenko
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 84 unchanged lines hidden (view full) ---

93 setenv(n, "1");
94 else
95 setenv(n, v);
96 }
97 }
98}
99
100void
101platform_cpu_init()
102{
103 /* Nothing special */
104}
105
106void
101platform_halt(void)
102{
103
104}
105
106void
107platform_identify(void)
108{

--- 145 unchanged lines hidden ---
107platform_halt(void)
108{
109
110}
111
112void
113platform_identify(void)
114{

--- 145 unchanged lines hidden ---