diff options
author | Wojtek Kosior <kwojtus@protonmail.com> | 2019-11-09 11:09:48 +0100 |
---|---|---|
committer | Wojtek Kosior <kwojtus@protonmail.com> | 2019-11-09 11:09:48 +0100 |
commit | af9b1bca3ecb1451665d9e859a7af40afb183d14 (patch) | |
tree | 7a8406806c720d11e445fe4192b1a31c5dc2076e | |
parent | 2fd668c8ebfb5e26cfc6964f0014a7121964a5c2 (diff) | |
download | rpi-MMU-example-af9b1bca3ecb1451665d9e859a7af40afb183d14.tar.gz rpi-MMU-example-af9b1bca3ecb1451665d9e859a7af40afb183d14.zip |
correct mistake in comment
-rw-r--r-- | loader_stage1.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader_stage1.ld b/loader_stage1.ld index 507e367..18fe477 100644 --- a/loader_stage1.ld +++ b/loader_stage1.ld @@ -11,7 +11,7 @@ SECTIONS /* rpi-open-firmware, on the other hand, loads it at 0x2000000 */ /* (and this should be not-so-hard to change by modifying the */ - /* firmware */ + /* firmware) */ . = 0x2000000; |