projects
/
rpi-open-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
27c6b0b
)
Lower DTB load address to support older models with less RAM
author
Alyssa Rosenzweig
<alyssa@rosenzweig.io>
Sun, 8 Jan 2017 23:45:26 +0000 (15:45 -0800)
committer
Alyssa Rosenzweig
<alyssa@rosenzweig.io>
Sun, 8 Jan 2017 23:45:26 +0000 (15:45 -0800)
arm_chainloader/loader.cc
patch
|
blob
|
history
diff --git
a/arm_chainloader/loader.cc
b/arm_chainloader/loader.cc
index
3557c79
..
bf0afa4
100644
(file)
--- a/
arm_chainloader/loader.cc
+++ b/
arm_chainloader/loader.cc
@@
-29,7
+29,7
@@
Second stage bootloader.
FATFS g_BootVolumeFs;
#define ROOT_VOLUME_PREFIX "0:"
-#define DTB_LOAD_ADDRESS 0x
20
000000
+#define DTB_LOAD_ADDRESS 0x
F
000000
#define KERNEL_LOAD_ADDRESS 0x2000000
typedef void (*linux_t)(uint32_t, uint32_t, void*);
This page took
0.026245 seconds
and
4
git commands to generate.