summaryrefslogtreecommitdiff
path: root/include/configs/sbc8560.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2008-07-11 15:33:08 -0400
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-07-14 20:08:52 -0500
commitc3ca7e5e00a24451f20df3bded9a61ba541921df (patch)
tree2f04b3307190149e6665d456a86d383039cc7bbc /include/configs/sbc8560.h
parent6b44a44ec2aab180d7095c1c92e669cee1d3e3bd (diff)
sbc8560: enable CONFIG_OF_LIBFDT by default
Make the default build for the sbc8560 board be powerpc capable with libfdt support. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'include/configs/sbc8560.h')
-rw-r--r--include/configs/sbc8560.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/sbc8560.h b/include/configs/sbc8560.h
index ef6ed22a6..6345cce63 100644
--- a/include/configs/sbc8560.h
+++ b/include/configs/sbc8560.h
@@ -200,6 +200,11 @@
#define CFG_PROMPT_HUSH_PS2 "> "
#endif
+/* pass open firmware flat tree */
+#define CONFIG_OF_LIBFDT 1
+#define CONFIG_OF_BOARD_SETUP 1
+#define CONFIG_OF_STDOUT_VIA_ALIAS 1
+
/*
* I2C
*/