]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: remove "*_felconfig" target
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 13 Mar 2015 09:08:54 +0000 (18:08 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:19 +0000 (14:34 +0200)
commita1fc380be8978353a80f9e36635d6ef561182b22
tree515528000b788778b872619bbeb93a009a5ebb7d
parent46ce9799d6a3964b8ef7030de7b88ec748deba7e
kbuild: remove "*_felconfig" target

This target was added by commit cbdd9a9737cc (sunxi: kconfig: Add
%_felconfig rule to enable FEL build of sunxi platforms.).

At that time, U-Boot used separate .config files for U-Boot proper
and SPL.  I understood the pain to modify both .config and
spl/.config.

Now, we have switched to single .config configuration.
It seems acceptable to run "make menuconfig" or friends to enable
CONFIG_SPL_FEL, as we do for other CONFIGs.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Ian Campbell <ijc@hellion.org.uk>
Cc: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/multiconfig.sh