summaryrefslogtreecommitdiff
path: root/configs/beaglebone_defconfig
diff options
context:
space:
mode:
authorMarcelo Gutiérrez(UTN/FRH) <kuyurix@gmail.com>2014-02-15 13:45:52 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-02-17 09:01:38 +0100
commit52aef8aebc114f6beb41134e0642e53e4de5ea2d (patch)
treea13c126704f3474d91bc5b85bbc21e83bb7d0f41 /configs/beaglebone_defconfig
parentc72cb08cb1b57d272205ce49d324c55d98c9a91f (diff)
beaglebone: add DT for BeagleBone Black
The devicetree data for BeagleBone Black is the am335x–boneblack.dts file (includes "am33xx.dtsi" and "am335x-bone-common.dtsi") BeagleBone White uses the am335x-bone.dts file. Signed-off-by: Marcelo Gutiérrez <kuyurix@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/beaglebone_defconfig')
-rw-r--r--configs/beaglebone_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index 299633683..15220ed2c 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -36,4 +36,4 @@ BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/beaglebone/linux-3.12.config"
BR2_LINUX_KERNEL_ZIMAGE=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-bone"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-bone am335x-boneblack"