]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00269945: ARM: imx: add an ARMv7 only defconfig
authorShawn Guo <shawn.guo@freescale.com>
Wed, 28 Aug 2013 08:03:53 +0000 (16:03 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 20 Aug 2014 08:06:19 +0000 (10:06 +0200)
commitf394fe077598e5ca46d69d8f3190e4560e4d83e5
tree134685a5e98e87b997e319aa18b2b3c697e87f9d
parent77b3fbe584c1c5451c23c2942d14a2e5e18f3e74
ENGR00269945: ARM: imx: add an ARMv7 only defconfig

To utilize ARMv7 optimization, let's maintain an ARMv7 only defconfig
imx_v7_defconfig.  It's generated as below.

 * make ARCH=arm imx_v6_v7_defconfig
 * make ARCH=arm menuconfig
 * System Type  ---> Multiple platform selection  ---> Deselect ARMv6
   based platforms (ARM11)
 * make ARCH=arm savedefconfig
 * cp defconfig arch/arm/configs/imx_v7_defconfig

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/configs/imx_v7_defconfig [new file with mode: 0644]