]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: mkimage: correct spl_size for rk3399
authorKever Yang <kever.yang@rock-chips.com>
Wed, 14 Jun 2017 06:54:20 +0000 (14:54 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 23 Jun 2017 14:40:23 +0000 (16:40 +0200)
commit915e09814a83128fee8b87b2ee2e5f4a17e04a01
tree9eb9ce72b8475f05c8a3a1efd8a1fb28536bda08
parent5302feb69590fe5db06aad723cf5bcf675a15ce7
rockchip: mkimage: correct spl_size for rk3399

The maximum spl_size for rk3399 is the internal memory size minus
the size used in bootrom (which usually can get from SPL_TEXT_BASE).

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
tools/rkcommon.c