
On Mon, Jun 22, 2015 at 04:15:29PM -0500, Joe Hershberger wrote:
Some archs/boards specify their own default by pre-defining the config which causes the Kconfig system to mix up the order of the configs in the defconfigs... This will cause merge pain if allowed to proliferate.
Remove the configs that behave this way from the archs.
A few configs still remain, but that is because they only exist as defaults and do not have a proper Kconfig entry. Those appear to be:
SPIFLASH DISPLAY_BOARDINFO
Signed-off-by: Joe Hershberger joe.hershberger@ni.com
After updating rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot and dropping CONFIG_DM_USB from MSI_Primo82 (as it uses CONFIG_USB_MUSB_SUNXI which is not yet converted to DM), Applied to u-boot/master, thanks!