mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-13 07:13:32 +08:00
u-boot: do not default to $(BOARD_NAME) for the board name
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
5eaa0e7fae
commit
5ae6077606
@ -6,7 +6,6 @@ menuconfig BR2_TARGET_UBOOT
|
||||
if BR2_TARGET_UBOOT
|
||||
config BR2_TARGET_UBOOT_BOARDNAME
|
||||
string "board name"
|
||||
default "$(BOARD_NAME)"
|
||||
help
|
||||
One of U-Boot supported boards to be built.
|
||||
This will be suffixed with _config to meet U-Boot standard naming.
|
||||
|
Loading…
Reference in New Issue
Block a user