dts: Rename bbb to boneblack to match u-boot

This commit is contained in:
Alexander von Gluck IV 2017-10-20 13:10:23 -05:00
parent 6417d92620
commit 7e2d856556
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# BeagleBone board-specific definitions
HAIKU_BOARD_DESCRIPTION = "BeagleBone" ;
HAIKU_BOARD_FDT_NAME = "beaglebone-black" ;
HAIKU_BOARD_FDT_NAME = "boneblack" ;
# Not that many in the wild
#HAIKU_BOARD_FDT_NAME = "beaglebone" ;

View File

@ -1,7 +1,7 @@
SubDir HAIKU_TOP src data dts arch arm ;
# Our packaged device trees for this architecture
local target_boards = rpi2 beaglebone-black verdex omap3-overo-tobi omap3-beagle-xm ;
local target_boards = rpi2 boneblack verdex omap3-overo-tobi omap3-beagle-xm ;
TARGET_DEVICE_TREES = ;
for device in $(target_boards) {