]> git.ipfire.org Git - people/ms/u-boot.git/commit
sunxi: kconfig: Add %_felconfig rule to enable FEL build of sunxi platforms.
authorIan Campbell <ijc@hellion.org.uk>
Fri, 24 Oct 2014 20:20:50 +0000 (21:20 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 5 Nov 2014 12:09:58 +0000 (13:09 +0100)
commitcbdd9a9737cc598838b071dd57ec8315a7625cc8
tree6e3e7e309238d9f2960bf03f85b3e1c567efb97d
parentd9a204764132c6c0ed1824c54d90721e17e53adf
sunxi: kconfig: Add %_felconfig rule to enable FEL build of sunxi platforms.

    $ make BOARD_felconfig
is more convenient than
    $ make BOARD_defconfig
    $ echo CONFIG_SPL_FEL=y >> .config
    $ echo CONFIG_SPL_FEL=y >> spl/.config

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>
scripts/multiconfig.sh