From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Sun, 06 Aug 2017 19:18:28 +0200 Subject: [U-Boot] [U-Boot, v4, 63/66] rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size from SPL In-Reply-To: <1501706105-7490-64-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1501706105-7490-64-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > The RK3368 needs to have a different base-address and stack-pointer > for its TPL stage. Now that we want to do this via Kconfig, we need > to tick the appropriate 'TPL_NEEDS_...' boxes. > > Signed-off-by: Philipp Tomsich > Reviewed-by: Simon Glass > --- > > Changes in v4: > - use 'select if' for SPL/TPL presets that need SPL/TPL to avoid errors > on defconfig, if SPL/TPL is not enabled (thanks to Andy for noticing) > > Changes in v3: > - changes Kconfig, so RK3368 will notify the SPL configuration of > its need to have the TPL text-base, stack-pointer and max-size > configured > > Changes in v2: None > > arch/arm/mach-rockchip/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > Applied to u-boot-rockchip, thanks!