From: Paul Gortmaker Date: Fri, 11 Jul 2008 19:33:08 +0000 (-0400) Subject: sbc8560: enable CONFIG_OF_LIBFDT by default X-Git-Tag: v1.3.4-rc1~8^2~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c3ca7e5e00a24451f20df3bded9a61ba541921df;p=oweals%2Fu-boot.git 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 --- diff --git a/include/configs/sbc8560.h b/include/configs/sbc8560.h index ef6ed22a6a..6345cce635 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 */