ARM: i.MX: cleanup bootmode selection
Which bootmode is selected has no longer to be chosen by Kconfig. The
boards can decide themselves which bootmode they want to support. This
makes it unnecesary to ask the user which bootmode shall be supported,
so the "Select boot mode" becomes invisible and both support will be
compiled in as needed by the boards. NAND_IMX_BOOT goes away and the
already existing ARCH_IMX_EXTERNAL_BOOT_NAND can now be used for the
boards to depend on external nand boot.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 23f23a7 commit 0e80f5b4cc0d2b6b5fdeed99785ba88fe1753337
@Sascha Hauer Sascha Hauer authored on 28 Jan 2014
Showing 13 changed files
View
arch/arm/boards/eukrea_cpuimx25/lowlevel.c
View
arch/arm/boards/eukrea_cpuimx27/lowlevel_init.S
View
arch/arm/boards/eukrea_cpuimx35/lowlevel.c
View
arch/arm/boards/freescale-mx25-3-stack/lowlevel_init.S
View
arch/arm/boards/freescale-mx35-3-stack/lowlevel_init.S
View
arch/arm/boards/guf-cupid/lowlevel.c
View
arch/arm/boards/guf-neso/lowlevel.c
View
arch/arm/boards/imx21ads/lowlevel_init.S
View
arch/arm/boards/pcm037/lowlevel.c
View
arch/arm/boards/pcm038/lowlevel.c
View
arch/arm/boards/pcm043/lowlevel.c
View
arch/arm/boards/phycard-i.MX27/lowlevel.c
View
arch/arm/mach-imx/Kconfig