diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-21 15:40:03 -0700 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-25 09:51:47 -0700 |
commit | 5b0e0189ab23e01b6d3597cede316328e6cd286b (patch) | |
tree | a1a852aa1dce58de5b69bb7a45d6df0dacee3c7c | |
parent | 57c08614fed17cec143c1e24d4e2f8a4edf6ba90 (diff) |
Run scripts/fixup-dts from update-targets.sh
-rwxr-xr-x | bsp/update-targets.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bsp/update-targets.sh b/bsp/update-targets.sh index c4c90cb..8533619 100755 --- a/bsp/update-targets.sh +++ b/bsp/update-targets.sh @@ -69,6 +69,8 @@ update_target() { TARGET=$1 echo "Updating target $TARGET" + + ../scripts/fixup-dts --dts $TARGET/$DTS_FILENAME || die "Failed to check $TARGET/$DTS_FILENAME for missing elements" # Compile temporary .dtb $DTC -I dts -O dtb -o $TARGET/$DTB_FILENAME $TARGET/$DTS_FILENAME || die "Failed to compile $TARGET/$DTS_FILENAME to dtb" |