]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: legoev3: disable non-Linux boot options
authorDavid Lechner <david@lechnology.com>
Mon, 11 Jan 2021 19:24:47 +0000 (13:24 -0600)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 4 Feb 2021 15:07:56 +0000 (20:37 +0530)
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>
configs/legoev3_defconfig

index 3dfbdf2b2e3d774fec710affccb431de42f4d194..34bc72fb8b3f57917cea9d045e01ec8b7648bb1a 100644 (file)
@@ -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