diff options
Diffstat (limited to 'include/configs/TQM850L.h')
-rw-r--r-- | include/configs/TQM850L.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/TQM850L.h b/include/configs/TQM850L.h index dc0498e7d1e..bf6ecce4701 100644 --- a/include/configs/TQM850L.h +++ b/include/configs/TQM850L.h @@ -475,4 +475,9 @@ #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ #define BOOTFLAG_WARM 0x02 /* Software reboot */ +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ |