From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Sun, 06 Aug 2017 19:18:26 +0200 Subject: [U-Boot] [U-Boot, v4, 61/66] spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig In-Reply-To: <1501706105-7490-62-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1501706105-7490-62-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 > Let's clean up behind ourselves and move the (newly defined) > TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE into Kconfig. Given that > 0x0 might be considered to be valid values for TPL_TEXT_BASE and > TPL_STACK, we need to introduce helper config options > ("TPL_NEEDS_SEPARATE_...") to indicate that these symbols are used > (and not inherited from their SPL variants) for any given > target-platform. > > Signed-off-by: Philipp Tomsich > Reviewed-by: Simon Glass > --- > > Changes in v4: None > Changes in v3: > - moves TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE to Kconfig > > Changes in v2: None > > common/spl/Kconfig | 39 +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 39 insertions(+) > Applied to u-boot-rockchip, thanks!