diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/stv0991.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h index ab1e61c..e75e661 100644 --- a/include/configs/stv0991.h +++ b/include/configs/stv0991.h @@ -79,5 +79,7 @@ #define CONFIG_AUTOBOOT_STOP_STR " " #define CONFIG_AUTOBOOT_PROMPT \ "Hit SPACE in %d seconds to stop autoboot.\n", bootdelay - +#define CONFIG_OF_SEPARATE +#define CONFIG_OF_CONTROL +#define CONFIG_OF_LIBFDT #endif /* __CONFIG_H */ |