]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: Kconfig: Make SPL_FEL a toplevel Kconfig option
authorIan Campbell <ijc@hellion.org.uk>
Fri, 24 Oct 2014 20:20:46 +0000 (21:20 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 5 Nov 2014 12:09:57 +0000 (13:09 +0100)
commit4ce9941d2d8473e8b5360b7bbed7f9dc4ab16cbf
treea4d25c629c55f9366c9721afbca0ae216aaadc4b
parentc3be279322301a983ab37b05f6748ceabf4b7aa3
sunxi: Kconfig: Make SPL_FEL a toplevel Kconfig option

It's unfortunate that this needs to be present in both .config and spl/.config
since it makes it slightly hard to enable FEL mode for a regular defconfig. It
can be done with:
    echo CONFIG_SPL_FEL=y >> .config
    echo CONFIG_SPL_FEL=y >> spl/.config

Ideally only one of those would be needed.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
board/sunxi/Kconfig
configs/Cubieboard2_FEL_defconfig
configs/Cubietruck_FEL_defconfig