1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

Correct RAM size of the MPC8555CDS board.

This commit is contained in:
Rafal Jaworowski 2010-11-11 13:48:48 +00:00
parent 1f87b29431
commit 02fe1424a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215122

View File

@ -97,7 +97,7 @@
memory {
device_type = "memory";
reg = <0x0 0x8000000>; // 128M at 0x0
reg = <0x0 0x10000000>; // 256M at 0x0
};
localbus@e0005000 {