commit | 1658689009b8a297eb5a128d8892e8b5c5617ff7 | [log] [tgz] |
---|---|---|
author | Peter Nordström <pnordstrom@google.com> | Tue Jan 12 22:18:43 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 12 22:18:43 2021 +0000 |
tree | 4bd08a184d1dba4244782fa889768fd78098393a | |
parent | ff372bf58963da8b8b6dc0058902027255e877fd [diff] | |
parent | bb7d71ad8baf7c040e4839aeef89154e9b57b6b4 [diff] |
Merge "Update changelog to 5-2"
diff --git a/debian/boot.txt b/debian/boot.txt index 2a2967d..8d6e56d 100644 --- a/debian/boot.txt +++ b/debian/boot.txt
@@ -49,4 +49,15 @@ done fi +if printenv m4enabled; then + if test ${m4enabled} = 1; then + if ext2load mmc ${bootdev}:1 ${fdtovaddr} fsl-imx8mq-phanbell-m4.dtbo && fdt apply ${fdtovaddr}; then + echo M4 overlay loaded, starting core + run m4boot + else + echo M4 overlay failed + fi + fi +fi + booti ${loadaddr} - ${fdt_addr}