rockchip: rk3128: Add fdt_high and initrd_high
Similar to other ARMv7 Rockchip SoCs the linux kernel is unable to access an
fdt blob or initrd if it is put in DRAM above 512 MB. Add fdt_high and
initrd_high in order to prevent that.
Signed-off-by: Alex Bee <knaerzche@gmail.com>