]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: mkimage: Update init size limit for RK3328
authorJonas Karlman <jonas@kwiboo.se>
Sat, 25 Feb 2023 19:01:34 +0000 (19:01 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Tue, 28 Feb 2023 10:07:26 +0000 (18:07 +0800)
commit534eb6e1b1d2a16ab2b27dd443c3496a13c50b58
tree9430457572f81ab153b8e51c6412846795467256
parent9440acc9ef46777cee7b5462cd1285bb8a712785
rockchip: mkimage: Update init size limit for RK3328

Latest vendor TPL for RK3328 has grown past the current init size limit
of 28KiB, sync the init size limit from vendor u-boot to fix this.

Set init size limit to 30KiB (+2KiB) for RK3328.

This makes it possible to use latest vendor TPL on RK3328 without
getting a size limit error running the mkimage command.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
tools/rkcommon.c