|
@@ -139,15 +139,6 @@
|
|
#define CFG_KBYTES_SDRAM (128 * 1024) /* 128MB */
|
|
#define CFG_KBYTES_SDRAM (128 * 1024) /* 128MB */
|
|
#define CFG_SDRAM_BANKS (2)
|
|
#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
|
|
* I2C
|
|
*----------------------------------------------------------------------*/
|
|
*----------------------------------------------------------------------*/
|
|
@@ -392,4 +383,8 @@
|
|
#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
|
|
#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+/* pass open firmware flat tree */
|
|
|
|
+#define CONFIG_OF_LIBFDT 1
|
|
|
|
+#define CONFIG_OF_BOARD_SETUP 1
|
|
|
|
+
|
|
#endif /* __CONFIG_H */
|
|
#endif /* __CONFIG_H */
|