diff options
author | Adam Ford <aford173@gmail.com> | 2017-08-11 08:51:20 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-01 20:45:26 -0400 |
commit | edd1653f04b3fae7e377be5f89e592f2b6266426 (patch) | |
tree | 92937c17cff21003cb543a91e196391b2bac48b9 /include/configs/omap3_beagle.h | |
parent | fc760cc6e80d00f669a5f54e1fd4549e725cb22e (diff) | |
download | u-boot-edd1653f04b3fae7e377be5f89e592f2b6266426.tar.gz |
Convert CONFIG_SPL_OMAP3_ID_NAND to Kconfig
This converts the following to Kconfig:
CONFIG_SPL_OMAP3_ID_NAND
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r-- | include/configs/omap3_beagle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 89880916e5..26e2c8dc18 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -251,7 +251,6 @@ #define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET /* Defines for SPL */ -#define CONFIG_SPL_OMAP3_ID_NAND /* NAND boot config */ #define CONFIG_SYS_NAND_BUSWIDTH_16BIT |