]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: iMX: define an IMX_CONFIG Kconfig option
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Wed, 4 Mar 2015 12:13:04 +0000 (13:13 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:15 +0000 (14:34 +0200)
commitbea9d3a2e509bb72adc02702e06206e71e4ce204
tree06158d20f8c25a45daa186c40a3fa8bfe32a3cbe
parentfb3a2cb5524f2e5fcb3648cfa4cd3ceede1dd252
ARM: iMX: define an IMX_CONFIG Kconfig option

IMX_CONFIG is currently passed via the SYS_EXTRA_OPTIONS which is marked
as deprecated.

Add a new Kconfig file under arch/arm/imx-common and define the
IMX_CONFIG Kconfig in there.

Each board is supposed to provide a default value pointing to the
appropriate imximage.cfg file.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
arch/arm/Kconfig
arch/arm/imx-common/Kconfig [new file with mode: 0644]