diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2014-04-06 23:22:42 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2014-04-06 23:22:42 +0000 |
commit | 61be4689384ee274acfb3dadb161ecfad9c9c04e (patch) | |
tree | 8ebbbbd4cd2feead8e6bb9ae05003733b9f2612d /sys/boot | |
parent | 86a9e40e90bca4b0a38d84c5694cf28baa6df54f (diff) | |
download | FreeBSD-src-61be4689384ee274acfb3dadb161ecfad9c9c04e.zip FreeBSD-src-61be4689384ee274acfb3dadb161ecfad9c9c04e.tar.gz |
Fix the memory region. This board has two memory regions.
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/fdt/dts/arm/digi-ccwmx53.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/fdt/dts/arm/digi-ccwmx53.dts b/sys/boot/fdt/dts/arm/digi-ccwmx53.dts index 898ffbb..2e56b61 100644 --- a/sys/boot/fdt/dts/arm/digi-ccwmx53.dts +++ b/sys/boot/fdt/dts/arm/digi-ccwmx53.dts @@ -41,7 +41,8 @@ memory { /* RAM 512M */ - reg = <0x70000000 0x20000000>; + reg = <0x70000000 0x10000000 + 0xB0000000 0x10000000>; }; localbus@18000000 { |