[U-Boot] [PATCH] 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 --- configs/tbs2910_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index ffe043678cdf..22fa0e138441 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

On 27.11.19 15:23, Tom Rini wrote:
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
Thanks, Soeren
configs/tbs2910_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index ffe043678cdf..22fa0e138441 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

On Wed, Nov 27, 2019 at 09:23:05AM -0500, Tom Rini wrote:
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
Applied to u-boot/master, thanks!
participants (2)
-
Soeren Moch
-
Tom Rini