summaryrefslogtreecommitdiff
path: root/configs/legoev3_defconfig
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2021-01-11 22:24:47 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2021-02-04 18:07:56 +0300
commit2ea852c69f3b642aa68ee0d48f627ec400245ab7 (patch)
tree1ef155eac57664fea5350ad7a1b2690362581d80 /configs/legoev3_defconfig
parentb228f0295db7389ee01a0561e4213d55fb6a9b9a (diff)
downloadu-boot-2ea852c69f3b642aa68ee0d48f627ec400245ab7.tar.xz
configs: legoev3: disable non-Linux boot options
This disables booting to non-Linux OSes. This board is uncomfortably close to its 256K size limit, so every few KB saved helps. Signed-off-by: David Lechner <david@lechnology.com>
Diffstat (limited to 'configs/legoev3_defconfig')
-rw-r--r--configs/legoev3_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/legoev3_defconfig b/configs/legoev3_defconfig
index 3dfbdf2b2e..34bc72fb8b 100644
--- a/configs/legoev3_defconfig
+++ b/configs/legoev3_defconfig
@@ -14,6 +14,10 @@ CONFIG_AUTOBOOT_STOP_STR="l"
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_BOARD_LATE_INIT=y
CONFIG_HUSH_PARSER=y
+# CONFIG_BOOTM_NETBSD is not set
+# CONFIG_BOOTM_PLAN9 is not set
+# CONFIG_BOOTM_RTEMS is not set
+# CONFIG_BOOTM_VXWORKS is not set
CONFIG_CMD_ASKENV=y
CONFIG_CRC32_VERIFY=y
CONFIG_CMD_MX_CYCLIC=y