diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:50 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 15:41:58 -0400 |
commit | 3a91a253768a76c734a57dffcbe6ce730b4d2e56 (patch) | |
tree | 77513d4cf9052578dd2037c4441adc99d65f1c97 /include/configs/gw_ventana.h | |
parent | 203dc1b3a8ea79190c8574c58b75a8aa5e5d9d1e (diff) | |
download | u-boot-3a91a253768a76c734a57dffcbe6ce730b4d2e56.tar.gz |
Convert CONFIG_CMD_SPL_WRITE_SIZE to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_SPL_WRITE_SIZE
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 'include/configs/gw_ventana.h')
-rw-r--r-- | include/configs/gw_ventana.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index d389058573..aeacd46f33 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -13,7 +13,6 @@ /* Falcon Mode */ #define CONFIG_SYS_SPL_ARGS_ADDR 0x18000000 -#define CONFIG_CMD_SPL_WRITE_SIZE (128 * SZ_1K) /* Falcon Mode - NAND support: args@17MB kernel@18MB */ #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS (18 * SZ_1M) |