summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-05-26 12:42:13 +0900
committerJoe Hershberger <joe.hershberger@ni.com>2015-06-01 09:33:59 -0500
commita4bdf1def41a75a8e5a9203d0ad39f0120f8a583 (patch)
tree6deccd2efccff9981cd84f7035c0ede7247e9081 /configs
parent1e1f35368513cc4da275d7047cc934a92ea422da (diff)
downloadtalos-obmc-uboot-a4bdf1def41a75a8e5a9203d0ad39f0120f8a583.tar.gz
talos-obmc-uboot-a4bdf1def41a75a8e5a9203d0ad39f0120f8a583.zip
blackfin: fix build error on bct-brettl2 board
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/bct-brettl2_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bct-brettl2_defconfig b/configs/bct-brettl2_defconfig
index 84eb1febde..3dd3a53e3a 100644
--- a/configs/bct-brettl2_defconfig
+++ b/configs/bct-brettl2_defconfig
@@ -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
OpenPOWER on IntegriCloud