summaryrefslogtreecommitdiffstats
path: root/include/configs
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 /include/configs
parentd5a108ece39a1a32dd888f33937b5db8d9b3ba70 (diff)
downloadbarebox-17f9b2c9ac8e253e7ab0d00b2bf8e4bb67e14852.tar.gz
barebox-17f9b2c9ac8e253e7ab0d00b2bf8e4bb67e14852.tar.xz
svn_rev_463
make ppc compile again
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/phycore_mpc5200b_tiny.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/phycore_mpc5200b_tiny.h b/include/configs/phycore_mpc5200b_tiny.h
index b2354d7031..00fcf17f9f 100644
--- a/include/configs/phycore_mpc5200b_tiny.h
+++ b/include/configs/phycore_mpc5200b_tiny.h
@@ -54,9 +54,6 @@ Serial console configuration
#define CONFIG_BAUDRATE 115200 /* ... at 115200 bps */
#define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
-/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
-#include <cmd_confdefs.h>
-
#define CONFIG_TIMESTAMP 1 /* Print image info with timestamp */
#if (TEXT_BASE == 0xFF000000) /* Boot low */
@@ -68,9 +65,6 @@ Serial console configuration
Autobooting
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
-#define CONFIG_ZERO_BOOTDELAY_CHECK /* allow stopping of boot process even with bootdelay=0 */
-#undef CONFIG_BOOTARGS
-
#define CONFIG_PREBOOT "echo;" \
"echo Type \"run net_nfs\" to load Kernel over TFTP and to mount root filesystem over NFS;" \