diff options
Diffstat (limited to 'include/configs/NSCU.h')
-rw-r--r-- | include/configs/NSCU.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/NSCU.h b/include/configs/NSCU.h index 5dd72ff..5724f45 100644 --- a/include/configs/NSCU.h +++ b/include/configs/NSCU.h @@ -487,4 +487,9 @@ #define CONFIG_FEC_ENET /* #define CONFIG_ETHPRIME "FEC ETHERNET" */ +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ |