]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
blackfin: fix build error on bct-brettl2 board
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 26 May 2015 03:42:13 +0000 (12:42 +0900)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 1 Jun 2015 14:33:59 +0000 (09:33 -0500)
Commit 76ec988b062e (net: Remove all calls to net_random_ethaddr())
accidentally deleted CONFIG_TARGET_BCT_BRETTL2=y, and since then
bct-brettl2 would not build.

Since commit a26cd04920dc (arch: Make board selection choices
optional), Kconfig actually allows such a .config file in which no
board is selected, but the build never succeeds.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
configs/bct-brettl2_defconfig

index 84eb1febde57c109a7c8fabe61be8c4fdd9717af..3dd3a53e3a7fcc9a97e0b1a38d205714b27049f6 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG_BLACKFIN=y
+CONFIG_TARGET_BCT_BRETTL2=y
 CONFIG_NET=y
 CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED=y