diff options
author | 2017-04-05 22:11:59 +0200 | |
---|---|---|
committer | 2017-04-05 22:25:40 +0200 | |
commit | 4b2440b7dcc68369548c0f2be6984fe645fc6bb0 (patch) | |
tree | 84e3324e7fb067eeb796fa900c7e4b84aa2e76dc /configs/beaglebone_defconfig | |
parent | 34da6a65adae8463149a28c560926f3349142c2a (diff) | |
download | buildroot-4b2440b7dcc68369548c0f2be6984fe645fc6bb0.tar.gz buildroot-4b2440b7dcc68369548c0f2be6984fe645fc6bb0.tar.bz2 |
beaglebone: add DT for BeagleBone Green
Signed-off-by: Matthias Fritzsche <txt.file@txtfile.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/beaglebone_defconfig')
-rw-r--r-- | configs/beaglebone_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index 6fe3a5ec0a..b74ffbce5c 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -10,7 +10,7 @@ BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/processor-sdk/processor-sdk-l BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="adde2ca9f86797071f6e7b2b9e779fa5e4a8f3cd" BR2_LINUX_KERNEL_DEFCONFIG="omap2plus" BR2_LINUX_KERNEL_DTS_SUPPORT=y -BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-evmsk" +BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk" BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y BR2_TARGET_UBOOT=y |