]> git.ipfire.org Git - people/ms/u-boot.git/commit
configs: am335x_evm: Enable FASTBOOT based on kconfig
authorAlexandru Gagniuc <alex.g@adaptrum.com>
Tue, 7 Feb 2017 03:17:32 +0000 (19:17 -0800)
committerTom Rini <trini@konsulko.com>
Wed, 12 Jul 2017 02:49:38 +0000 (22:49 -0400)
commit17a21e206a29d714d6da7b8583be6f041ba35d7e
treeaacde91892eacaf05fd58446292f94fb48a9e296
parentab86dc7948778cb087fa8cf9949bd53441097cf8
configs: am335x_evm: Enable FASTBOOT based on kconfig

When CONFIG_CMD_FASTBOOT or CONFIG_USB_FUNCTION_FASTBOOT are defined
in am335x_evm.h, a dependency on g_dnl.c is created. This in turn
creates a dependency on having USB gadget enabled.
As a result we can't create configs with USB gadget disabled.

Since these CONFIG_ variables are now part of kconfig, move them to
the board defconfigs, and out of am335x_evm.h. This both preserves
current defaults, and allows creating configs with USB gadget off.

Signed-off-by: Alexandru Gagniuc <alex.g@adaptrum.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
configs/am335x_boneblack_defconfig
configs/am335x_boneblack_vboot_defconfig
configs/am335x_evm_defconfig
configs/am335x_evm_nor_defconfig
configs/am335x_evm_norboot_defconfig
configs/am335x_evm_spiboot_defconfig
configs/am335x_evm_usbspl_defconfig
configs/am335x_hs_evm_defconfig
include/configs/am335x_evm.h