ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
[platform/kernel/u-boot.git] / include / configs / yosemite.h
index 3bd115a..f22e798 100644 (file)
 #define CFG_KBYTES_SDRAM        (128 * 1024)    /* 128MB                   */
 #define CFG_SDRAM_BANKS                (2)
 
-
-/*-----------------------------------------------------------------------
- * Device tree support (Linux-2.6.26+)
- *----------------------------------------------------------------------*/
-
-/* pass open firmware flat tree */
-#define CONFIG_OF_LIBFDT       1
-#define CONFIG_OF_BOARD_SETUP  1
-
 /*-----------------------------------------------------------------------
  * I2C
  *----------------------------------------------------------------------*/
 #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 */