From 969e77a2be47a51ddbcc09fa8e517a5b807ab491 Mon Sep 17 00:00:00 2001 From: raj Date: Thu, 11 Nov 2010 13:48:48 +0000 Subject: [PATCH] Correct RAM size of the MPC8555CDS board. --- sys/boot/fdt/dts/mpc8555cds.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/fdt/dts/mpc8555cds.dts b/sys/boot/fdt/dts/mpc8555cds.dts index 4f057dc2a7d..34991baaefd 100644 --- a/sys/boot/fdt/dts/mpc8555cds.dts +++ b/sys/boot/fdt/dts/mpc8555cds.dts @@ -97,7 +97,7 @@ memory { device_type = "memory"; - reg = <0x0 0x8000000>; // 128M at 0x0 + reg = <0x0 0x10000000>; // 256M at 0x0 }; localbus@e0005000 { -- 2.45.0