]> git.ipfire.org Git - people/ms/u-boot.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)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 1 Jun 2015 14:33:59 +0000 (09:33 -0500)
commita4bdf1def41a75a8e5a9203d0ad39f0120f8a583
tree6deccd2efccff9981cd84f7035c0ede7247e9081
parent1e1f35368513cc4da275d7047cc934a92ea422da
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