Convert CONFIG_TPL_NAND_INIT to Kconfig
This converts the following to Kconfig: CONFIG_TPL_NAND_INIT Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
8b83b53a8d
commit
90e1fd0910
@ -23,6 +23,9 @@ config TPL_SYS_NAND_SELF_INIT
|
||||
This option, if enabled, provides more flexible and linux-like
|
||||
NAND initialization process, in SPL.
|
||||
|
||||
config TPL_NAND_INIT
|
||||
bool
|
||||
|
||||
config SYS_NAND_DRIVER_ECC_LAYOUT
|
||||
bool "Omit standard ECC layouts to save space"
|
||||
help
|
||||
@ -165,6 +168,7 @@ config NAND_FSL_ELBC_DT
|
||||
config NAND_FSL_IFC
|
||||
bool "Support Freescale Integrated Flash Controller NAND driver"
|
||||
select TPL_SYS_NAND_SELF_INIT if TPL_NAND_SUPPORT
|
||||
select TPL_NAND_INIT if TPL && !TPL_FRAMEWORK
|
||||
select SPL_SYS_NAND_SELF_INIT
|
||||
select SYS_NAND_SELF_INIT
|
||||
select FSL_IFC
|
||||
|
@ -16,7 +16,7 @@ obj-$(CONFIG_SPL_NAND_LOAD) += nand_spl_load.o
|
||||
obj-$(CONFIG_SPL_NAND_ECC) += nand_ecc.o
|
||||
obj-$(CONFIG_SPL_NAND_BASE) += nand_base.o
|
||||
obj-$(CONFIG_SPL_NAND_IDENT) += nand_ids.o nand_timings.o
|
||||
obj-$(CONFIG_SPL_NAND_INIT) += nand.o
|
||||
obj-$(CONFIG_TPL_NAND_INIT) += nand.o
|
||||
ifeq ($(CONFIG_SPL_ENV_SUPPORT),y)
|
||||
obj-$(CONFIG_ENV_IS_IN_NAND) += nand_util.o
|
||||
endif
|
||||
|
@ -297,7 +297,7 @@ void nand_boot(void)
|
||||
uboot();
|
||||
}
|
||||
|
||||
#ifndef CONFIG_SPL_NAND_INIT
|
||||
#ifndef CONFIG_TPL_NAND_INIT
|
||||
void nand_init(void)
|
||||
{
|
||||
}
|
||||
|
@ -50,7 +50,6 @@
|
||||
#define CONFIG_SYS_NAND_U_BOOT_START 0x00200000
|
||||
#else
|
||||
#ifdef CONFIG_TPL_BUILD
|
||||
#define CONFIG_SPL_NAND_INIT
|
||||
#define CONFIG_SYS_MPC85XX_NO_RESETVEC
|
||||
#define CONFIG_SYS_NAND_U_BOOT_SIZE (576 << 10)
|
||||
#define CONFIG_SYS_NAND_U_BOOT_DST (0x11000000)
|
||||
|
@ -93,7 +93,6 @@
|
||||
#define CONFIG_SYS_MPC85XX_NO_RESETVEC
|
||||
#elif defined(CONFIG_MTD_RAW_NAND)
|
||||
#ifdef CONFIG_TPL_BUILD
|
||||
#define CONFIG_SPL_NAND_INIT
|
||||
#define CONFIG_SYS_MPC85XX_NO_RESETVEC
|
||||
#define CONFIG_SYS_NAND_U_BOOT_SIZE (832 << 10)
|
||||
#define CONFIG_SYS_NAND_U_BOOT_DST (0x11000000)
|
||||
|
Loading…
Reference in New Issue
Block a user