[PATCH RFC u-boot-mvebu 27/59] cmd: mvebu/bubt: Set correct default image name for 32-bit Armada SoCs

Pali Rohár pali at kernel.org
Tue Feb 21 21:18:53 CET 2023


32-bit Armada SoCs uses u-boot binary packed in kwbimage format. Name of
the image is in CONFIG_BUILD_TARGET option. So use it as a default option
in Kconfig.

Signed-off-by: Pali Rohár <pali at kernel.org>
---
 cmd/mvebu/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmd/mvebu/Kconfig b/cmd/mvebu/Kconfig
index 8f30a0c22be3..9f6ad2d1dd16 100644
--- a/cmd/mvebu/Kconfig
+++ b/cmd/mvebu/Kconfig
@@ -60,6 +60,7 @@ endchoice
 
 config MVEBU_UBOOT_DFLT_NAME
 	string "Default image name for bubt command"
+	default BUILD_TARGET if ARMADA_32BIT && BUILD_TARGET != ""
 	default "flash-image.bin"
 	help
 	  This option should contain a default file name to be used with
-- 
2.20.1



More information about the U-Boot mailing list