diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-14 17:26:44 (GMT) |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-10 19:05:12 (GMT) |
| commit | 5ae607760618ee3c0c80f8ba4c6a11885c4f82cf (patch) | |
| tree | a6fb88c2df3b82616cfcbad1c3d1d7a22bd0e9dd | |
| parent | 5eaa0e7faea81f21c5d0c9fb8c3b8fd8a53386b0 (diff) | |
| download | buildroot-5ae607760618ee3c0c80f8ba4c6a11885c4f82cf.tar.gz buildroot-5ae607760618ee3c0c80f8ba4c6a11885c4f82cf.tar.bz2 | |
u-boot: do not default to $(BOARD_NAME) for the board name
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | boot/u-boot/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in index ca47e18..b07e67c 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. |
