summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:02 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:02 +0200
commitd259b1dad07318fb40a59b51e8dc99377fd87d4f (patch)
tree89fe2f4728e502a9b495fc5d06526343366334b5 /include/configs
parent29c960f52cc883ed23891b8d61c443f9525f1ee1 (diff)
downloadbarebox-d259b1dad07318fb40a59b51e8dc99377fd87d4f.tar.gz
barebox-d259b1dad07318fb40a59b51e8dc99377fd87d4f.tar.xz
svn_rev_530
remove linux/config.h
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/phycore_mpc5200b_tiny.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/include/configs/phycore_mpc5200b_tiny.h b/include/configs/phycore_mpc5200b_tiny.h
index 7ba7034fba..d6c35e2d5a 100644
--- a/include/configs/phycore_mpc5200b_tiny.h
+++ b/include/configs/phycore_mpc5200b_tiny.h
@@ -55,10 +55,6 @@ Serial console configuration
#endif
/* RAMBOOT will be defined automatically in memory section */
-#define CONFIG_PREBOOT "echo;" \
- "echo Type \"run net_nfs\" to load Kernel over TFTP and to mount root filesystem over NFS;" \
- "echo"
-
/*------------------------------------------------------------------------------------------------------------------------------------------------------
IPB Bus clocking configuration.
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@@ -104,14 +100,10 @@ RTC configuration
#define CFG_BOOTCS_START 0xFF000000
#define CFG_BOOTCS_SIZE 0x01000000
-#define PHYCORE_MPC5200B_TINY_REV 0
-
-#if PHYCORE_MPC5200B_TINY_REV == 0
-#define CFG_BOOTCS_CFG 0x00083800
-#elif PHYCORE_MPC5200B_TINY_REV == 1
+#ifdef CONFIG_MACH_PHYCORE_MPC5200B_TINY_REV_1
#define CFG_BOOTCS_CFG 0x0008FD00
#else
-#error "PHYCORE_MPC5200B_TINY_REV not specified"
+#define CFG_BOOTCS_CFG 0x00083800
#endif
/*------------------------------------------------------------------------------------------------------------------------------------------------------