diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-27 09:23:05 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-03 08:43:23 -0500 |
commit | 9a94a8994aa9f3722a832cd5c84af24c5eaab5e8 (patch) | |
tree | 3e9d8eb497a74b626f2047097cb48c5cd720a725 /configs/tbs2910_defconfig | |
parent | 32f2ca2a7e2ec3ecd0cfd56faebf4003001226fd (diff) | |
download | u-boot-9a94a8994aa9f3722a832cd5c84af24c5eaab5e8.tar.gz u-boot-9a94a8994aa9f3722a832cd5c84af24c5eaab5e8.tar.xz u-boot-9a94a8994aa9f3722a832cd5c84af24c5eaab5e8.zip |
tbs2910: Disable VxWorks image booting support
There are currently no known users of this functionality on this
platform, disable it to prepare for additional VxWorks functionality
that would cause this platform to fail to link.
Cc: Soeren Moch <smoch@web.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'configs/tbs2910_defconfig')
-rw-r--r-- | configs/tbs2910_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index ffe043678c..22fa0e1384 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -21,6 +21,7 @@ CONFIG_SYS_PROMPT="Matrix U-Boot> " CONFIG_CMD_BOOTZ=y # CONFIG_BOOTM_PLAN9 is not set # CONFIG_BOOTM_RTEMS is not set +# CONFIG_BOOTM_VXWORKS is not set # CONFIG_CMD_FDT is not set CONFIG_CMD_MEMTEST=y # CONFIG_CMD_FLASH is not set |