commit | 4f92aa3d2e235b1e916b3ecff5271edac6df988f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Mar 23 17:19:54 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 10:28:46 2022 -0400 |
tree | de9ded09d96db95f5f557654e6b81717a56c01f7 | |
parent | c7e8297e73b3c00631eeb0e11250612d2a0b65c2 [diff] |
Convert CONFIG_EMMC_BOOT et al to Kconfig This converts the following to Kconfig: CONFIG_EMMC_BOOT CONFIG_MAC_ADDR_IN_SPIFLASH CONFIG_NAND_BOOT CONFIG_SPL_FSL_PBL CONFIG_SYS_FSL_DDR4 In this case we re-sync options that had been set in CONFIG_SYS_EXTRA_OPTIONS but should not have been as they have proper entries. Signed-off-by: Tom Rini <trini@konsulko.com>