summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:56 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:56 +0200
commit17f9b2c9ac8e253e7ab0d00b2bf8e4bb67e14852 (patch)
tree441f27e37c8fcb6f8a968a6e82e2a339007c2477 /board
parentd5a108ece39a1a32dd888f33937b5db8d9b3ba70 (diff)
downloadbarebox-17f9b2c9ac8e253e7ab0d00b2bf8e4bb67e14852.tar.gz
barebox-17f9b2c9ac8e253e7ab0d00b2bf8e4bb67e14852.tar.xz
svn_rev_463
make ppc compile again
Diffstat (limited to 'board')
-rw-r--r--board/phycore_mpc5200b_tiny/phycore_mpc5200b_tiny.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/board/phycore_mpc5200b_tiny/phycore_mpc5200b_tiny.c b/board/phycore_mpc5200b_tiny/phycore_mpc5200b_tiny.c
index 65b0e2844a..2395b0fb3e 100644
--- a/board/phycore_mpc5200b_tiny/phycore_mpc5200b_tiny.c
+++ b/board/phycore_mpc5200b_tiny/phycore_mpc5200b_tiny.c
@@ -84,17 +84,6 @@ static int devices_init (void)
device_initcall(devices_init);
-/* Do not collide with the env from our first stage loader for now */
-static char *env_spec = "nor0:0+128k";
-
-static int init_env(void)
-{
- add_env_spec(env_spec);
- return 0;
-}
-
-late_initcall(init_env);
-
#define CFG_RAMBOOT
#include "mt46v32m16-75.h"