]> git.ipfire.org Git - u-boot.git/commit
rockchip: rk3288: Add TPL_LDSCRIPT
authorJagan Teki <jagannadh.teki@gmail.com>
Fri, 23 Feb 2018 07:43:10 +0000 (13:13 +0530)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sat, 24 Feb 2018 17:47:22 +0000 (18:47 +0100)
commit849f672bdbdb8ef9ae92063e14d164db32a3c341
tree5c29d6f7f651a760ec39d04d11e1d0a92d45e913
parent35a69a3b01298e605025f4758d79f667463c9ee1
rockchip: rk3288: Add TPL_LDSCRIPT

Due to size limitations in SPL by adding falcon mode,
rk3288 support TPL. In order to not overlap SPL_TEXT_BASE
add TPL_TEXT_BASE with u-boot-tpl.lds that intern call
u-boot-spl.lds with proper TEXT_BASE values.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/rk3288/u-boot-tpl.lds [new file with mode: 0644]