diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-15 12:03:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-05 17:03:01 -0400 |
commit | dd4bf244455acd5a18616872b4e76d93180762d0 (patch) | |
tree | c62deef0438a2eb8e64d686eb4ec9180cf5e1321 /configs/s5p_goni_defconfig | |
parent | ddd39d0cc1a025a1e2e3c792cc8286dbdfa29b54 (diff) | |
download | u-boot-dd4bf244455acd5a18616872b4e76d93180762d0.tar.gz |
Convert CONFIG_USE_ONENAND_BOARD_INIT to Kconfig
This converts the following to Kconfig:
CONFIG_USE_ONENAND_BOARD_INIT
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/s5p_goni_defconfig')
-rw-r--r-- | configs/s5p_goni_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/s5p_goni_defconfig b/configs/s5p_goni_defconfig index b5f3ae26b6..17bd8424da 100644 --- a/configs/s5p_goni_defconfig +++ b/configs/s5p_goni_defconfig @@ -32,6 +32,7 @@ CONFIG_CMD_DFU=y CONFIG_CMD_GPT=y CONFIG_CMD_MMC=y CONFIG_CMD_ONENAND=y +CONFIG_USE_ONENAND_BOARD_INIT=y CONFIG_CMD_USB_MASS_STORAGE=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_CACHE=y |