summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-03-14 18:26:44 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-06-10 21:05:12 +0200
commit5ae607760618ee3c0c80f8ba4c6a11885c4f82cf (patch)
treea6fb88c2df3b82616cfcbad1c3d1d7a22bd0e9dd /boot
parent5eaa0e7faea81f21c5d0c9fb8c3b8fd8a53386b0 (diff)
u-boot: do not default to $(BOARD_NAME) for the board name
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/u-boot/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in
index ca47e18f9..b07e67c0e 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.