diff options
author | Soeren Moch <smoch@web.de> | 2020-08-27 21:52:47 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-09-18 10:39:43 +0200 |
commit | 4516b535bf16db4231ea27bb95197d869f86893b (patch) | |
tree | 9d90030f7c5d1823efc653454b7bde36986a23a7 /configs/tbs2910_defconfig | |
parent | bf46474e21ed353574610ea6db0375ff69965a0f (diff) | |
download | u-boot-4516b535bf16db4231ea27bb95197d869f86893b.tar.gz u-boot-4516b535bf16db4231ea27bb95197d869f86893b.tar.bz2 u-boot-4516b535bf16db4231ea27bb95197d869f86893b.zip |
board: tbs2910: Disable CONFIG_ENV_VARS_UBOOT_CONFIG in defconfig
This is not required for sysboot (we defined fdtfile), let's save a few
bytes in the binary image without these variables.
Signed-off-by: Soeren Moch <smoch@web.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/tbs2910_defconfig')
-rw-r--r-- | configs/tbs2910_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index 34d240565e..070aea59b5 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -11,7 +11,6 @@ CONFIG_PRE_CON_BUF_ADDR=0x7c000000 CONFIG_CMD_HDMIDETECT=y CONFIG_DEFAULT_DEVICE_TREE="imx6q-tbs2910" CONFIG_AHCI=y -CONFIG_ENV_VARS_UBOOT_CONFIG=y CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="mmc rescan; if run bootcmd_up1; then run bootcmd_up2; else run bootcmd_mmc || run distro_bootcmd; fi" |