summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2020-07-16 15:11:18 +0200
committerStefano Babic <sbabic@denx.de>2020-07-16 15:11:18 +0200
commitab8b4e818cbc3846672c13b12f1d75daccfac519 (patch)
treeea7077857e646b911e18eb965b638c06f85cc12e /configs
parent45032991194239991726cafe4dfa6a72ddf45956 (diff)
downloadu-boot-ab8b4e818cbc3846672c13b12f1d75daccfac519.tar.gz
u-boot-ab8b4e818cbc3846672c13b12f1d75daccfac519.tar.xz
u-boot-ab8b4e818cbc3846672c13b12f1d75daccfac519.zip
mx6memcal: fix build
Commit 4503299 has a side effect on this board, and build is broken. Adjust mx6memcal_defconfig to build it again. Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx6memcal_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/mx6memcal_defconfig b/configs/mx6memcal_defconfig
index 57e44a14ba..01a0fff6e0 100644
--- a/configs/mx6memcal_defconfig
+++ b/configs/mx6memcal_defconfig
@@ -39,6 +39,7 @@ CONFIG_SYS_MEMTEST_END=0x20000000
CONFIG_CMD_CACHE=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
# CONFIG_NET is not set
+CONFIG_DM=y
# CONFIG_MMC is not set
CONFIG_FSL_USDHC=y
CONFIG_USB=y
@@ -47,4 +48,5 @@ CONFIG_USB_GADGET_MANUFACTURER="FSL"
CONFIG_USB_GADGET_VENDOR_NUM=0x0525
CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
CONFIG_CI_UDC=y
-CONFIG_REGEX=y
+CONFIG_OF_LIBFDT=y
+# CONFIG_EFI_LOADER is not set