aboutsummaryrefslogtreecommitdiff
path: root/configs/mx6cuboxi_defconfig
diff options
context:
space:
mode:
authorWalter Lozano <walter.lozano@collabora.com>2020-07-29 12:31:21 -0300
committerStefano Babic <sbabic@denx.de>2020-08-02 14:51:54 +0200
commitae28d33cdefec879c5dc44d7cad70d99279f67c2 (patch)
treee6ddcbc62b4e42fe2aa2762dbb421153f8774cbc /configs/mx6cuboxi_defconfig
parent24968d9e5f4fe1cc22074ee945d39272c3b2ddbd (diff)
downloadu-boot-ae28d33cdefec879c5dc44d7cad70d99279f67c2.zip
u-boot-ae28d33cdefec879c5dc44d7cad70d99279f67c2.tar.gz
u-boot-ae28d33cdefec879c5dc44d7cad70d99279f67c2.tar.bz2
mx6cuboxi: enable OF_PLATDATA
As both MMC and GPIO driver now supports OF_PLATDATA, enable it in defconfig in order to reduce the SPL footprint. After applying this setting the SPL reduction is 5 KB, which partially compensates the increment due to DM. Signed-off-by: Walter Lozano <walter.lozano@collabora.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/mx6cuboxi_defconfig')
-rw-r--r--configs/mx6cuboxi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6cuboxi_defconfig b/configs/mx6cuboxi_defconfig
index 061d1f6..59214ba 100644
--- a/configs/mx6cuboxi_defconfig
+++ b/configs/mx6cuboxi_defconfig
@@ -42,6 +42,7 @@ CONFIG_SPL_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="imx6dl-hummingboard2-emmc-som-v15"
CONFIG_OF_LIST="imx6dl-hummingboard2-emmc-som-v15 imx6q-hummingboard2-emmc-som-v15"
CONFIG_MULTI_DTB_FIT=y
+CONFIG_SPL_OF_PLATDATA=y
CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y