diff options
author | Wojtek Kosior <kwojtus@protonmail.com> | 2019-10-08 23:50:50 +0200 |
---|---|---|
committer | Wojtek Kosior <kwojtus@protonmail.com> | 2019-10-08 23:50:50 +0200 |
commit | 50814e0cbd58590a7e367b604afa8c06271a273a (patch) | |
tree | 2d03abde36f164ce9fcfddcc5115739fe6d69282 | |
parent | c4761ed3a8538af680c2dcf5d3d5cf4ce8de5ea3 (diff) | |
download | rpi-MMU-example-50814e0cbd58590a7e367b604afa8c06271a273a.tar.gz rpi-MMU-example-50814e0cbd58590a7e367b604afa8c06271a273a.zip |
change "aarch32" to "armv7"
-rw-r--r-- | boot.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -// AArch32 mode +// armv7 mode // To keep this in the first portion of the binary. .section ".text.boot" |