diff options
Diffstat (limited to 'include/configs/HMI10.h')
-rw-r--r-- | include/configs/HMI10.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/HMI10.h b/include/configs/HMI10.h index 88e1946b78..2747d8cce8 100644 --- a/include/configs/HMI10.h +++ b/include/configs/HMI10.h @@ -496,4 +496,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 */ |