From: Thomas Petazzoni Date: Sun, 14 Mar 2010 17:26:44 +0000 (+0100) Subject: u-boot: do not default to $(BOARD_NAME) for the board name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ae607760618ee3c0c80f8ba4c6a11885c4f82cf;p=buildroot.git u-boot: do not default to $(BOARD_NAME) for the board name Signed-off-by: Thomas Petazzoni --- diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in index ca47e18f95..b07e67c0e2 100644 --- a/boot/u-boot/Config.in +++ b/boot/u-boot/Config.in @@ -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.