diff options
Diffstat (limited to 'include/configs/yosemite.h')
-rw-r--r-- | include/configs/yosemite.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/include/configs/yosemite.h b/include/configs/yosemite.h index 3bd115a..f22e798 100644 --- a/include/configs/yosemite.h +++ b/include/configs/yosemite.h @@ -139,15 +139,6 @@ #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 *----------------------------------------------------------------------*/ @@ -392,4 +383,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 */ |