]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: rk3308: allow loading larger kernel Image
authorAndy Yan <andy.yan@rock-chips.com>
Thu, 26 Dec 2019 07:20:04 +0000 (15:20 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 27 Dec 2019 06:26:13 +0000 (14:26 +0800)
commit8a2dca44b4183b4e0446a6bf9db9066a8efadaea
tree761b57e7da6f2d111e218f55ff4592eca117ddb2
parent727945da3ea54186869373346070bad45ea6cb20
rockchip: rk3308: allow loading larger kernel Image

When compile the curren mainline linux kernel(Linux 5.5-rc3)
with defconfig, the final Image is 29M, it's much
larger than Linux 5.4.

On the current u-boot side on rk3308, the gap between
kernel and fdt is 25M, the fdt will overwrite kernel
Image, so move ftd to a higher memory to give 34M
gab for them.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
include/configs/rk3308_common.h