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, 59/66] spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig In-Reply-To: <1501706105-7490-60-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1501706105-7490-60-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 we have split up SPL_LDSCRIPT into a SPL and TPL variant and > have started to use the TPL-variant for the RK3368, it's time to clean > up behind ourselves: move both variants into Kconfig and remove them > from the whitelist. > > Signed-off-by: Philipp Tomsich > Reviewed-by: Simon Glass > --- > > Changes in v4: None > Changes in v3: > - moves SPL_LDSCRIPT and TPL_LDSCRIPT into Kconfig, as requested by > by Tom; this gets rid of the whitelist-entry for SPL_LDSCRIPT (which > qualifies as a preexisting condition) and of the newly created one > for TPL_LDSCRIPT > > Changes in v2: None > > common/spl/Kconfig | 18 ++++++++++++++++++ > scripts/Makefile.spl | 9 ++++++++- > scripts/config_whitelist.txt | 2 -- > 3 files changed, 26 insertions(+), 3 deletions(-) > Applied to u-boot-rockchip, thanks!