]> Git Repo - u-boot.git/commit
sunxi: kconfig: Add %_felconfig rule to enable FEL build of sunxi platforms.
authorIan Campbell <[email protected]>
Fri, 24 Oct 2014 20:20:50 +0000 (21:20 +0100)
committerHans de Goede <[email protected]>
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 <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
scripts/multiconfig.sh
This page took 0.029473 seconds and 4 git commands to generate.