commit | 038626e0f4c9eaf55623a32a1bdd062889a595ae | [log] [tgz] |
---|---|---|
author | Andy Yan <andy.yan@rock-chips.com> | Thu Dec 26 15:20:04 2019 +0800 |
committer | Kever Yang <kever.yang@rock-chips.com> | Fri Dec 27 14:26:13 2019 +0800 |
tree | 761b57e7da6f2d111e218f55ff4592eca117ddb2 | |
parent | cfbebf8ad6492a21ac6dd6bdf2cebb799ad75940 [diff] |
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>