Message ID | 1401889280-8528-1-git-send-email-jason@lakedaemon.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wednesday 04 June 2014, Jason Cooper wrote: > The OpenBlocks AX3-4 has a non-DT bootloader. It also comes with 1GB of > soldered on RAM, and a DIMM slot for expansion. > > Unfortunately, atags_to_fdt() doesn't work in big-endian mode, so we see > the following failure when attempting to boot a big-endian kernel: > I've applied it to the fixes branch now, sorry for the delay. Arnd
diff --git a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts index 5d42feb31049..178382ca594f 100644 --- a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts +++ b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts @@ -25,7 +25,7 @@ memory { device_type = "memory"; - reg = <0 0x00000000 0 0xC0000000>; /* 3 GB */ + reg = <0 0x00000000 0 0x40000000>; /* 1 GB soldered on */ }; soc {