summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-01-24 13:24:14 +0200
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-09-26 17:12:59 +0400
commit83bbf1a95ab594220e6d458e40e8e05b011e95e9 (patch)
tree023fab59d36e795df3d9f8c427a1688cbd73f1da
parent75beec0335b7d6f8b1be910db408de62db9eb435 (diff)
beaglebone.conf: explicitely disable CONFIG_ARM_APPENDED_DTB
It ensures to allows get the dtb files (to support both beaglebone white and black), whenever we use multi_v7 config fragment or not. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--linaro/configs/beaglebone.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/beaglebone.conf b/linaro/configs/beaglebone.conf
index fc0e422b77c..b10c135fc6e 100644
--- a/linaro/configs/beaglebone.conf
+++ b/linaro/configs/beaglebone.conf
@@ -1,4 +1,5 @@
CONFIG_SOC_AM33XX=y
+CONFIG_ARM_APPENDED_DTB=n
CONFIG_MFD_TPS65217=y
CONFIG_REGULATOR_TPS65217=y
CONFIG_TI_CPSW=y