summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-09-12 15:23:20 +0200
committerWolfgang Denk <wd@denx.de>2008-09-12 15:23:20 +0200
commitb476b032562aae5a09985f7e22232a5ee7042746 (patch)
tree0be91a99d935a06e1c51f9c7fc544ee4935762bb /include
parent06c4ab50f5ccfb55ea2dd324aa28b2b06102e416 (diff)
parentb18410e508a12ba0a177dfc2a386857c806fa96d (diff)
downloadtalos-obmc-uboot-b476b032562aae5a09985f7e22232a5ee7042746.tar.gz
talos-obmc-uboot-b476b032562aae5a09985f7e22232a5ee7042746.zip
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
Diffstat (limited to 'include')
-rw-r--r--include/configs/quad100hd.h1
-rw-r--r--include/configs/zeus.h6
2 files changed, 6 insertions, 1 deletions
diff --git a/include/configs/quad100hd.h b/include/configs/quad100hd.h
index d464734dad..c41f5c9487 100644
--- a/include/configs/quad100hd.h
+++ b/include/configs/quad100hd.h
@@ -82,7 +82,6 @@
* SDRAM configuration (please see cpu/ppc/sdram.[ch])
*/
#define CONFIG_SDRAM_BANK0 1
-#define CFG_SDRAM_SIZE 0x02000000 /* 32 MB */
/* FIX! SDRAM timings used in datasheet */
#define CFG_SDRAM_CL 3 /* CAS latency */
diff --git a/include/configs/zeus.h b/include/configs/zeus.h
index b50cba556c..b71f711da4 100644
--- a/include/configs/zeus.h
+++ b/include/configs/zeus.h
@@ -309,6 +309,12 @@
#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
#endif
+/*
+ * Pass open firmware flat tree
+ */
+#define CONFIG_OF_LIBFDT
+#define CONFIG_OF_BOARD_SETUP
+
/* ENVIRONMENT VARS */
#define CONFIG_PREBOOT "echo;echo Welcome to Bulletendpoints board v1.1;echo"
OpenPOWER on IntegriCloud