mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
Fix DDR region for Odroid-C4
The Odroid-C4 is supposed to have 4GB of DDR memory. According to the SoC manual (S905X3 Revision 02) the DDR region goes from 0x0 to 0xF57FFFFF in Table 7-1. Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
This commit is contained in:
committed by
Gerwin Klein
parent
903cf7c2a5
commit
3740c2902c
@@ -2945,7 +2945,7 @@
|
||||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x00 0x00 0x00 0x40000000>;
|
||||
reg = <0x00 0x00 0x00 0xf5800000>;
|
||||
};
|
||||
|
||||
emmc-pwrseq {
|
||||
|
||||
Reference in New Issue
Block a user