aboutsummaryrefslogtreecommitdiff
path: root/loader_stage1.ld
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2019-11-12 15:59:13 +0100
committervetch <vetch97@gmail.com>2019-11-12 15:59:13 +0100
commitfd7c31aacae16695cb612772c1c279273122e541 (patch)
treee2144f6eea7d351ccde17d081c761f7a0c48109d /loader_stage1.ld
parent2beaa82a116a7e855327d3702999c371920fb410 (diff)
parentc9a43be4dbabad0d6f51712e60f2ff0834eed36a (diff)
downloadrpi-MMU-example-fd7c31aacae16695cb612772c1c279273122e541.tar.gz
rpi-MMU-example-fd7c31aacae16695cb612772c1c279273122e541.zip
merge bob
Diffstat (limited to 'loader_stage1.ld')
-rw-r--r--loader_stage1.ld2
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;