From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Sun, 06 Aug 2017 19:18:27 +0200 Subject: [U-Boot] [U-Boot, v4, 62/66] armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACK In-Reply-To: <1501706105-7490-63-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1501706105-7490-63-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 > Now that TPL_STACK has been moved off the whitelist (ok, I'm lying: > the 'moving off the whitelist' part comes in once moveconfig > runs... which will be a few commits down the line) and added to > Kconfig, we need to test CONFIG_TPL_NEEDS_SEPARATE_STACK to see > whether the value from TPL_STACK should be used or whether we try to > inherit whatever SPL uses. > > Signed-off-by: Philipp Tomsich > Reviewed-by: Simon Glass > --- > > Changes in v4: None > Changes in v3: > - changes the test to CONFIG_TPL_NEEDS_SEPARATE_STACK, as TPL_STACK > will be a hex-value now (and this always be defined) > > Changes in v2: None > > arch/arm/lib/crt0_64.S | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied to u-boot-rockchip, thanks!