Although the previous value (the maximum within the 32-bit range)
booted fine when dtb.img was normally flashed in bootloader mode,
it proved to cause issues when fully packed image was flashed
via AML flash tool.
This value has been taken from S922X datasheet. Stick to it as
the user facing total memory is 4.0 GB, as desired.
Change-Id: I17d20003cf52aede3720065564666809ba63f711
memory@00000000 {
device_type = "memory";
- linux,usable-memory = <0x0 0x000000 0x0 0xffffffff>;
+ linux,usable-memory = <0x0 0x000000 0x0 0xf4ffffff>;
};
reserved-memory {