diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:49 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 15:41:58 -0400 |
commit | 203dc1b3a8ea79190c8574c58b75a8aa5e5d9d1e (patch) | |
tree | c8cee362433b5794cb1da1a282563ea89a74bc82 /include/configs/brppt1.h | |
parent | 72c3033fd1da878aec6b23eb9086a83f57d54eee (diff) | |
download | u-boot-203dc1b3a8ea79190c8574c58b75a8aa5e5d9d1e.tar.gz |
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 'include/configs/brppt1.h')
-rw-r--r-- | include/configs/brppt1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/brppt1.h b/include/configs/brppt1.h index 9688c4a776..3dbbf67b5c 100644 --- a/include/configs/brppt1.h +++ b/include/configs/brppt1.h @@ -66,7 +66,6 @@ /* NAND */ #ifdef CONFIG_NAND -#define CONFIG_CMD_SPL_NAND_OFS 0x080000 /* end of u-boot */ #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x140000 #define CONFIG_CMD_SPL_WRITE_SIZE 0x2000 #endif /* CONFIG_NAND */ |