From: Grant Likely Date: Tue, 18 Feb 2014 21:46:16 +0000 (+0000) Subject: of: Move testcase FDT data into drivers/of X-Git-Tag: v3.14-rc4~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5190516b282bee6f10569c3387d16f83447d280;p=pandora-kernel.git of: Move testcase FDT data into drivers/of The testcase data is usable by any platform. This patch moves it into the drivers/of directory so it can be included by any architecture. Using the test cases requires manually adding #include to the end of the boards .dtsi file and enabling CONFIG_OF_SELFTEST. Not pretty though. A useful project would be to make the testcase code easier to execute. Signed-off-by: Grant Likely --- Reading git-diff-tree failed