diff options
Diffstat (limited to 'configs/iocon_defconfig')
-rw-r--r-- | configs/iocon_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/iocon_defconfig b/configs/iocon_defconfig index a6532d165d..069db16f51 100644 --- a/configs/iocon_defconfig +++ b/configs/iocon_defconfig @@ -2,8 +2,10 @@ CONFIG_PPC=y CONFIG_4xx=y CONFIG_TARGET_IOCON=y CONFIG_FIT=y +CONFIG_OF_BOARD_SETUP=y CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_STOP_STR=" " # CONFIG_CMD_ELF is not set # CONFIG_CMD_NFS is not set CONFIG_SYS_NS16550=y +CONFIG_OF_LIBFDT=y |