]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:47:30 +0000 (22:47 +0200)
commitbd55515164b41fe6c6d92210dbbf6ce6dd078ef9
treee8de42619a17f3ce8d6a74dc7fe9e8dc8cc076bf
parent492aa36bde161208935881118aa103e0a286980d
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>
configs/bct-brettl2_defconfig