]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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)
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]

index b3b7df3f36ccbfbbdffb54e7e0850ca149e42c09..fdc78c218d515da0ebcbeba3f29e5c389cff3ff1 100644 (file)
@@ -853,6 +853,8 @@ source "arch/arm/cpu/armv7/Kconfig"
 
 source "arch/arm/cpu/armv8/Kconfig"
 
+source "arch/arm/imx-common/Kconfig"
+
 source "board/aristainetos/Kconfig"
 source "board/BuR/kwb/Kconfig"
 source "board/BuR/tseries/Kconfig"
diff --git a/arch/arm/imx-common/Kconfig b/arch/arm/imx-common/Kconfig
new file mode 100644 (file)
index 0000000..37b3752
--- /dev/null
@@ -0,0 +1,2 @@
+config IMX_CONFIG
+       string