Commit 5ae60776 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

u-boot: do not default to $(BOARD_NAME) for the board name

parent 5eaa0e7f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.