commit | 2f1ccc36f478d0cdb55666eb62ae6a338751be9c | [log] [tgz] |
---|---|---|
author | David Gibson <[email protected]> | Thu Nov 01 16:49:26 2007 +1100 |
committer | Jon Loeliger <[email protected]> | Thu Nov 01 08:03:37 2007 -0500 |
tree | a3b2c0a3b55f468d0eca4c801d736ad1fcb06f74 | |
parent | a041dcdc48453f26b76bccdb5e2a1ebb3a0ea987 [diff] |
dtc: Move tree checking code to checks.c This patch moves the dtc code for checking the device tree its processing into a new checks.c. The tree accessor functions from livetree.c which the checks use are exported and added to dtc.h. Another small step towards a flexible checking architecture. Signed-off-by: David Gibson <[email protected]>