mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
ARM: da850-evm: Unify config options with Kconfig
There are two options that are currently whitelisted, but they are redundant, because there are not necessary since Kconfig options exist to basically state the same thing. CONFIG_DIRECT_NOR_BOOT and CONFIG_USE_NOR are both set together and only used by the da850 when booting from NOR, however the only time CONFIG_MTD_NOR_FLASH is configured is when booting from NOR. Since NOR doesn't need SPL, the options for SPL can be moved to a check for building SPL instead of checking for NOR. This patch removes the checks for these two config options and unifies the checks around the Kconfig option of CONFIG_MTD_NOR_FLASH. Since this board is the only board that uses these two config options, they can be removed from the whitelist table. Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
parent
5f1600e03e
commit
7bb33e4684
4 changed files with 8 additions and 24 deletions
|
@ -312,7 +312,6 @@ CONFIG_DFU_ENV_SETTINGS
|
|||
CONFIG_DHCP_MIN_EXT_LEN
|
||||
CONFIG_DIALOG_POWER
|
||||
CONFIG_DIMM_SLOTS_PER_CTLR
|
||||
CONFIG_DIRECT_NOR_BOOT
|
||||
CONFIG_DISCONTIGMEM
|
||||
CONFIG_DISCOVER_PHY
|
||||
CONFIG_DISPLAY_AER_xxxx
|
||||
|
@ -4150,7 +4149,6 @@ CONFIG_USB_XHCI_EXYNOS
|
|||
CONFIG_USB_XHCI_OMAP
|
||||
CONFIG_USER_LOWLEVEL_INIT
|
||||
CONFIG_USE_INTERRUPT
|
||||
CONFIG_USE_NOR
|
||||
CONFIG_USE_ONENAND_BOARD_INIT
|
||||
CONFIG_USE_SPIFLASH
|
||||
CONFIG_UTBIPAR_INIT_TBIPA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue