From af9b1bca3ecb1451665d9e859a7af40afb183d14 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 9 Nov 2019 11:09:48 +0100 Subject: correct mistake in comment --- loader_stage1.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3