aboutsummaryrefslogtreecommitdiff
path: root/boot.S
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2019-10-15 15:44:41 +0200
committervetch <vetch97@gmail.com>2019-10-15 15:44:41 +0200
commite20129720adb334f46e329bfbe7090ee7188caac (patch)
tree4a8fab2da509d5e870ddbf64cf6521c110b7e0cf /boot.S
parent8de2ff74293a583fbf4cd9a87a8bf29c0c93d5a8 (diff)
parent0921cc609a1b411d2b6769a327fa11a675ac3d3a (diff)
downloadrpi-MMU-example-e20129720adb334f46e329bfbe7090ee7188caac.tar.gz
rpi-MMU-example-e20129720adb334f46e329bfbe7090ee7188caac.zip
Merge branch 'bob' into alice
Diffstat (limited to 'boot.S')
-rw-r--r--boot.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.S b/boot.S
index 23ed2ea..5cce37c 100644
--- a/boot.S
+++ b/boot.S
@@ -1,4 +1,4 @@
-// AArch32 mode
+// armv7 mode
// To keep this in the first portion of the binary.
.section ".text.boot"