]> git.ozlabs.org Git - petitboot/commit
utils/hooks: Add dtb-sort hook
authorJeremy Kerr <jk@ozlabs.org>
Mon, 20 Jan 2014 07:12:46 +0000 (15:12 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 21 Jan 2014 05:36:01 +0000 (13:36 +0800)
commitc19e643390ef5f77151fe029e6d336a07e212858
treea40a7a8711630e85a366cc252ad116f667bcf62c
parent6d05fe798a06ba93418a1f8517e8f30cadcfd5e4
utils/hooks: Add dtb-sort hook

The boot hooks may have altered the DTB in various ways, so add a final
(90-) boot hook to re-sort the dtb with `dtc -s`.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
utils/hooks/90-sort-dtb [new file with mode: 0644]