u-boot: do not default to $(BOARD_NAME) for the board name
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 14 Mar 2010 17:26:44 +0000 (18:26 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 10 Jun 2010 19:05:12 +0000 (21:05 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/u-boot/Config.in

index ca47e18f954e3a79fa98bf8f7b8c01a482280943..b07e67c0e2273da449e63a450049bf8b4763759e 100644 (file)
@@ -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.