diff mbox

[U-Boot] Fix build for mx7dsabresd (secure config)

Message ID 1469029973-22795-1-git-send-email-sbabic@denx.de
State Accepted
Commit 64992b782b95d05f205a987d2c2d8d44b1995796
Delegated to: Stefano Babic
Headers show

Commit Message

Stefano Babic July 20, 2016, 3:52 p.m. UTC
After moving CONFIG_USB_EHCI_MX7 to Kconfig,
the flag must be set in defconfig for mx7dsabresd.
It is already for the not secure config, it is
missing in the secure configuration.

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Fabio Estevam <fabio.estevam@nxp.com>
---
 configs/mx7dsabresd_secure_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Fabio Estevam July 22, 2016, 2:07 p.m. UTC | #1
Hi Stefano,

On Wed, Jul 20, 2016 at 12:52 PM, Stefano Babic <sbabic@denx.de> wrote:
> After moving CONFIG_USB_EHCI_MX7 to Kconfig,
> the flag must be set in defconfig for mx7dsabresd.
> It is already for the not secure config, it is
> missing in the secure configuration.
>
> Signed-off-by: Stefano Babic <sbabic@denx.de>
> CC: Fabio Estevam <fabio.estevam@nxp.com>

This fixes the buid, thanks.

Tested-by: Fabio Estevam <fabio.estevam@nxp.com>
diff mbox

Patch

diff --git a/configs/mx7dsabresd_secure_defconfig b/configs/mx7dsabresd_secure_defconfig
index 9e49004..0a3930e 100644
--- a/configs/mx7dsabresd_secure_defconfig
+++ b/configs/mx7dsabresd_secure_defconfig
@@ -4,6 +4,7 @@  CONFIG_TARGET_MX7DSABRESD=y
 CONFIG_IMX_RDC=y
 CONFIG_IMX_BOOTAUX=y
 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7dsabresd/imximage.cfg"
+CONFIG_BOOTDELAY=3
 CONFIG_HUSH_PARSER=y
 # CONFIG_CMD_BOOTD is not set
 CONFIG_CMD_BOOTZ=y
@@ -28,6 +29,8 @@  CONFIG_CMD_EXT4=y
 CONFIG_CMD_EXT4_WRITE=y
 CONFIG_CMD_FAT=y
 CONFIG_USB=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_MXC_USB_OTG_HACTIVE=y
 CONFIG_USB_GADGET=y
 CONFIG_CI_UDC=y
 CONFIG_USB_GADGET_DOWNLOAD=y