summaryrefslogtreecommitdiffstats
path: root/include/configs/ELPPC.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/ELPPC.h')
-rw-r--r--include/configs/ELPPC.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/include/configs/ELPPC.h b/include/configs/ELPPC.h
index 84d27b67a9..7e940b8db4 100644
--- a/include/configs/ELPPC.h
+++ b/include/configs/ELPPC.h
@@ -35,6 +35,8 @@
* (easy to change)
*/
+#define CONFIG_SYS_TEXT_BASE 0xFFF00000
+
/* these hardware addresses are pretty bogus, please change them to
suit your needs */
@@ -347,14 +349,6 @@
#endif
#define L2_ENABLE (L2_INIT | L2CR_L2E)
-/*
- * Internal Definitions
- *
- * Boot Flags
- */
-#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */
-#define BOOTFLAG_WARM 0x02 /* Software reboot */
-
#define CONFIG_NET_MULTI /* Multi ethernet cards support */
#define CONFIG_EEPRO100
#define CONFIG_SYS_RX_ETH_BUFFER 8 /* use 8 rx buffer on eepro100 */
OpenPOWER on IntegriCloud