diff options
author | Simon Glass | 2017-08-04 16:34:49 -0600 |
---|---|---|
committer | Tom Rini | 2017-08-11 15:41:58 -0400 |
commit | 203dc1b3a8ea79190c8574c58b75a8aa5e5d9d1e (patch) | |
tree | c8cee362433b5794cb1da1a282563ea89a74bc82 /configs/gwventana_nand_defconfig | |
parent | 72c3033fd1da878aec6b23eb9086a83f57d54eee (diff) |
Convert CONFIG_CMD_SPL_NAND_OFS to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_SPL_NAND_OFS
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'configs/gwventana_nand_defconfig')
-rw-r--r-- | configs/gwventana_nand_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/gwventana_nand_defconfig b/configs/gwventana_nand_defconfig index 02b4d2bec3a..3b0f42d3773 100644 --- a/configs/gwventana_nand_defconfig +++ b/configs/gwventana_nand_defconfig @@ -33,6 +33,7 @@ CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="Ventana > " CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set +CONFIG_CMD_SPL_NAND_OFS=0x1100000 # CONFIG_CMD_FLASH is not set CONFIG_CMD_MMC=y CONFIG_CMD_NAND=y |