From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Sun, 06 Aug 2017 19:18:08 +0200 Subject: [U-Boot] [U-Boot, v4, 21/66] spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds In-Reply-To: <1501706105-7490-22-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1501706105-7490-22-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 > To allow for a finer-grained control of features for TPL and SPL > builds all modules/boot-methods/etc. need to be consistently selected > based on the $(SPL_TPL_) macros. > > This allows splitting the associated config-options in Kconfig: we > don't split the Kconfig options here and now, as this should happen on > an as-needed basis, whenever someone needs a feature/boot-method/etc. > in their TPL. > > Signed-off-by: Philipp Tomsich > > Reviewed-by: Simon Glass > Reviewed-by: Tom Rini > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: None > > common/Makefile | 8 ++++---- > common/spl/Makefile | 36 ++++++++++++++++++------------------ > 2 files changed, 22 insertions(+), 22 deletions(-) > Applied to u-boot-rockchip, thanks!