aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2014-12-02 23:26:36 +0300
committerAnders Roxell <anders.roxell@linaro.org>2016-07-13 14:54:12 +0200
commit6568c994f14c03687d8b6028e986c8a3854c1118 (patch)
treef593c0096ebe391cee5a6488a39a6be297f69373
parentbbb1ab119a7b941386cb6ef94552ddee7b3e3cde (diff)
distribution.conf: enable device tree runtime self tests
This will add few extra prints to the boot log. Example log: [ 9.860954] ### dt-test ### start of selftest - you will see error messages [ 9.861889] /testcase-data/phandle-tests/consumer-a: could not get #phandle-cells-missing for /testcase-data/phandle-tests/provider1 [ 9.861898] /testcase-data/phandle-tests/consumer-a: could not get #phandle-cells-missing for /testcase-data/phandle-tests/provider1 [ 9.861912] /testcase-data/phandle-tests/consumer-a: could not find phandle [ 9.861924] /testcase-data/phandle-tests/consumer-a: could not find phandle [ 9.861935] /testcase-data/phandle-tests/consumer-a: arguments longer than property [ 9.861945] /testcase-data/phandle-tests/consumer-a: arguments longer than property [ 9.863717] irq: no irq domain found for /testcase-data/interrupts/intc0 ! [ 9.868324] ### dt-test ### end of selftest - 96 passed, 0 failed Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--linaro/configs/distribution.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/distribution.conf b/linaro/configs/distribution.conf
index b4f9f8f1c7dd..dc711b250cd0 100644
--- a/linaro/configs/distribution.conf
+++ b/linaro/configs/distribution.conf
@@ -60,3 +60,4 @@ CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SMACK=y
CONFIG_SECURITY_APPARMOR=y
CONFIG_DEFAULT_SECURITY_APPARMOR=y
+CONFIG_OF_SELFTEST=y