]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sbc8560: enable CONFIG_OF_LIBFDT by default
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 11 Jul 2008 19:33:08 +0000 (15:33 -0400)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Tue, 15 Jul 2008 01:08:52 +0000 (20:08 -0500)
Make the default build for the sbc8560 board be powerpc
capable with libfdt support.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/configs/sbc8560.h

index ef6ed22a6a8f8acce94a0cd62d1c5cbdf63cbe80..6345cce635e3d8766226f9472f3062233503ca29 100644 (file)
 #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
  */