summaryrefslogtreecommitdiffstats
path: root/include/configs/stxxtc.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2006-01-11 13:49:31 -0600
committerKumar Gala <galak@kernel.crashing.org>2006-01-11 13:49:31 -0600
commite4f880eddde5406fc9dd1edf7e6a49422f3d8e7b (patch)
tree5aabf97ffe799d52a982e55d269e08314fb26622 /include/configs/stxxtc.h
parentc7428d49ace4f2f16174ca028fe7072c02a473c8 (diff)
downloadblackbird-obmc-uboot-e4f880eddde5406fc9dd1edf7e6a49422f3d8e7b.tar.gz
blackbird-obmc-uboot-e4f880eddde5406fc9dd1edf7e6a49422f3d8e7b.zip
Added CONFIG_ options for bd_t and env in flat dev tree
CONFIG_OF_HAS_BD_T will put a copy of the bd_t into the resulting flat device tree. CONFIG_OF_HAS_UBOOT_ENV will copy the environment variables from u-boot into the flat device tree Patch by Kumar Gala 11 Jan 2006
Diffstat (limited to 'include/configs/stxxtc.h')
-rw-r--r--include/configs/stxxtc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/stxxtc.h b/include/configs/stxxtc.h
index 3ffe6b2e05..be6c36cac9 100644
--- a/include/configs/stxxtc.h
+++ b/include/configs/stxxtc.h
@@ -584,5 +584,7 @@ typedef unsigned int led_id_t;
#define OF_CPU "PowerPC,MPC870@0"
#define OF_TBCLK (MPC8XX_HZ / 16)
+#define CONFIG_OF_HAS_BD_T 1
+#define CONFIG_OF_HAS_UBOOT_ENV 1
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud