From a00eccfebc954ad9485161efeca7d9aaf626d530 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Thu, 8 May 2008 11:05:15 +0200 Subject: ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards This patch adds fdt (flattened device tree) support to all remaining AMCC eval boards. Most newer boards already support device tree. With this patch, all AMCC boards now enable device tree passing from U-Boot to Linux arch/powerpc kernels. Signed-off-by: Stefan Roese --- include/configs/luan.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/configs/luan.h') diff --git a/include/configs/luan.h b/include/configs/luan.h index af237d9be0..37151d31fd 100644 --- a/include/configs/luan.h +++ b/include/configs/luan.h @@ -195,6 +195,7 @@ #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */ #define CFG_LOADS_BAUD_CHANGE 1 /* allow baudrate change */ +#define CONFIG_HAS_ETH0 #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_PHY_ADDR 1 #define CONFIG_CIS8201_PHY 1 /* Enable 'special' RGMII mode for Cicada phy */ @@ -306,4 +307,8 @@ #define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */ #endif +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 + #endif /* __CONFIG_H */ -- cgit v1.2.3