瀏覽代碼

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 15 年之前
父節點
當前提交
5ae6077606
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      boot/u-boot/Config.in

+ 0 - 1
boot/u-boot/Config.in

@@ -6,7 +6,6 @@ menuconfig BR2_TARGET_UBOOT
 if BR2_TARGET_UBOOT
 if BR2_TARGET_UBOOT
 config BR2_TARGET_UBOOT_BOARDNAME
 config BR2_TARGET_UBOOT_BOARDNAME
 	string "board name"
 	string "board name"
-	default "$(BOARD_NAME)"
 	help
 	help
 	  One of U-Boot supported boards to be built.
 	  One of U-Boot supported boards to be built.
 	  This will be suffixed with _config to meet U-Boot standard naming.
 	  This will be suffixed with _config to meet U-Boot standard naming.