]> git.ipfire.org Git - people/ms/u-boot.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)
committerStefano Babic <sbabic@denx.de>
Mon, 23 Mar 2015 12:19:17 +0000 (13:19 +0100)
commita05a6045d5bc1c0b6b4b2d95380cefb0a664beb4
treec94487ae99d0a6c74cdbb35bd87cad74f2848231
parent89ebc82137bebb11a8191f8b9cbf08f2533ae8bc
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]