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>master
parent
35a69a3b01
commit
849f672bdb
@ -0,0 +1,10 @@ |
||||
/* |
||||
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0+ |
||||
*/ |
||||
|
||||
#undef CONFIG_SPL_TEXT_BASE |
||||
#define CONFIG_SPL_TEXT_BASE CONFIG_TPL_TEXT_BASE |
||||
|
||||
#include "../../cpu/u-boot-spl.lds" |
Loading…
Reference in new issue