From a4bdf1def41a75a8e5a9203d0ad39f0120f8a583 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 26 May 2015 12:42:13 +0900 Subject: 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 Acked-by: Joe Hershberger --- configs/bct-brettl2_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') 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 -- cgit v1.2.1