* [PATCH 1/2] ARM: imx_v4_v5_defconfig: Cleanup imx_v4_v5_defconfig
@ 2016-02-24 14:57 Michael Grzeschik
2016-02-24 14:57 ` [PATCH 2/2] ARM: imx_v4_v5_defconfig: Enable initramfs support Michael Grzeschik
2016-02-29 2:58 ` [PATCH 1/2] ARM: imx_v4_v5_defconfig: Cleanup imx_v4_v5_defconfig Shawn Guo
0 siblings, 2 replies; 4+ messages in thread
From: Michael Grzeschik @ 2016-02-24 14:57 UTC (permalink / raw)
To: linux-arm-kernel
From: Jan Luebbe <jlu@pengutronix.de>
Regenerate imx_v4_v5_defconfig by running:
make imx_v4_v5_defconfig
make savedefconfig
mv defconfig arch/arm/configs/imx_v4_v5_defconfig
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
arch/arm/configs/imx_v4_v5_defconfig | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig
index d3a8018..f23b3ba 100644
--- a/arch/arm/configs/imx_v4_v5_defconfig
+++ b/arch/arm/configs/imx_v4_v5_defconfig
@@ -24,14 +24,12 @@ CONFIG_ARCH_MXC=y
CONFIG_MACH_SCB9328=y
CONFIG_MACH_APF9328=y
CONFIG_MACH_MX21ADS=y
-CONFIG_MACH_EUKREA_CPUIMX25SD=y
-CONFIG_SOC_IMX25=y
CONFIG_MACH_MX27ADS=y
CONFIG_MACH_MX27_3DS=y
CONFIG_MACH_IMX27_VISSTRIM_M10=y
CONFIG_MACH_PCA100=y
-CONFIG_MACH_MXT_TD60=y
CONFIG_MACH_IMX27_DT=y
+CONFIG_SOC_IMX25=y
CONFIG_PREEMPT=y
CONFIG_AEABI=y
CONFIG_ZBOOT_ROM_TEXT=0x0
@@ -169,12 +167,11 @@ CONFIG_RTC_DRV_IMXDI=y
CONFIG_RTC_DRV_MC13XXX=y
CONFIG_RTC_DRV_MXC=y
CONFIG_DMADEVICES=y
-CONFIG_IMX_SDMA=y
CONFIG_IMX_DMA=y
+CONFIG_IMX_SDMA=y
# CONFIG_IOMMU_SUPPORT is not set
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y
-CONFIG_EXT4_FS=y
# CONFIG_DNOTIFY is not set
CONFIG_VFAT_FS=y
# CONFIG_PROC_PAGE_MONITOR is not set
@@ -187,6 +184,5 @@ CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_15=m
-# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
--
2.7.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] ARM: imx_v4_v5_defconfig: Enable initramfs support
2016-02-24 14:57 [PATCH 1/2] ARM: imx_v4_v5_defconfig: Cleanup imx_v4_v5_defconfig Michael Grzeschik
@ 2016-02-24 14:57 ` Michael Grzeschik
2016-02-29 2:58 ` [PATCH 1/2] ARM: imx_v4_v5_defconfig: Cleanup imx_v4_v5_defconfig Shawn Guo
1 sibling, 0 replies; 4+ messages in thread
From: Michael Grzeschik @ 2016-02-24 14:57 UTC (permalink / raw)
To: linux-arm-kernel
From: Jan Luebbe <jlu@pengutronix.de>
This makes it possible to automatically boot-test this defconfig with
kernelci.org.
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
arch/arm/configs/imx_v4_v5_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig
index f23b3ba..cb7b0f5 100644
--- a/arch/arm/configs/imx_v4_v5_defconfig
+++ b/arch/arm/configs/imx_v4_v5_defconfig
@@ -6,6 +6,7 @@ CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_LOG_BUF_SHIFT=14
CONFIG_CGROUPS=y
+CONFIG_BLK_DEV_INITRD=y
CONFIG_EXPERT=y
# CONFIG_COMPAT_BRK is not set
CONFIG_SLAB=y
--
2.7.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 1/2] ARM: imx_v4_v5_defconfig: Cleanup imx_v4_v5_defconfig
2016-02-24 14:57 [PATCH 1/2] ARM: imx_v4_v5_defconfig: Cleanup imx_v4_v5_defconfig Michael Grzeschik
2016-02-24 14:57 ` [PATCH 2/2] ARM: imx_v4_v5_defconfig: Enable initramfs support Michael Grzeschik
@ 2016-02-29 2:58 ` Shawn Guo
2016-02-29 10:23 ` Michael Grzeschik
1 sibling, 1 reply; 4+ messages in thread
From: Shawn Guo @ 2016-02-29 2:58 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Feb 24, 2016 at 03:57:46PM +0100, Michael Grzeschik wrote:
> @@ -169,12 +167,11 @@ CONFIG_RTC_DRV_IMXDI=y
> CONFIG_RTC_DRV_MC13XXX=y
> CONFIG_RTC_DRV_MXC=y
> CONFIG_DMADEVICES=y
> -CONFIG_IMX_SDMA=y
> CONFIG_IMX_DMA=y
> +CONFIG_IMX_SDMA=y
> # CONFIG_IOMMU_SUPPORT is not set
> CONFIG_EXT2_FS=y
> CONFIG_EXT3_FS=y
> -CONFIG_EXT4_FS=y
I guess that Arnd's comment about keeping CONFIG_EXT4_FS and dropping
the other two applies here too?
Shawn
> # CONFIG_DNOTIFY is not set
> CONFIG_VFAT_FS=y
> # CONFIG_PROC_PAGE_MONITOR is not set
> @@ -187,6 +184,5 @@ CONFIG_NLS_CODEPAGE_437=m
> CONFIG_NLS_CODEPAGE_850=m
> CONFIG_NLS_ISO8859_1=y
> CONFIG_NLS_ISO8859_15=m
> -# CONFIG_CRYPTO_ANSI_CPRNG is not set
> CONFIG_FONTS=y
> CONFIG_FONT_8x8=y
> --
> 2.7.0
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] ARM: imx_v4_v5_defconfig: Cleanup imx_v4_v5_defconfig
2016-02-29 2:58 ` [PATCH 1/2] ARM: imx_v4_v5_defconfig: Cleanup imx_v4_v5_defconfig Shawn Guo
@ 2016-02-29 10:23 ` Michael Grzeschik
0 siblings, 0 replies; 4+ messages in thread
From: Michael Grzeschik @ 2016-02-29 10:23 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Feb 29, 2016 at 10:58:22AM +0800, Shawn Guo wrote:
> On Wed, Feb 24, 2016 at 03:57:46PM +0100, Michael Grzeschik wrote:
> > @@ -169,12 +167,11 @@ CONFIG_RTC_DRV_IMXDI=y
> > CONFIG_RTC_DRV_MC13XXX=y
> > CONFIG_RTC_DRV_MXC=y
> > CONFIG_DMADEVICES=y
> > -CONFIG_IMX_SDMA=y
> > CONFIG_IMX_DMA=y
> > +CONFIG_IMX_SDMA=y
> > # CONFIG_IOMMU_SUPPORT is not set
> > CONFIG_EXT2_FS=y
> > CONFIG_EXT3_FS=y
> > -CONFIG_EXT4_FS=y
>
> I guess that Arnd's comment about keeping CONFIG_EXT4_FS and dropping
> the other two applies here too?
Sure, I missed that. Will send v2 in a second.
Thanks,
Michael
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-02-29 10:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24 14:57 [PATCH 1/2] ARM: imx_v4_v5_defconfig: Cleanup imx_v4_v5_defconfig Michael Grzeschik
2016-02-24 14:57 ` [PATCH 2/2] ARM: imx_v4_v5_defconfig: Enable initramfs support Michael Grzeschik
2016-02-29 2:58 ` [PATCH 1/2] ARM: imx_v4_v5_defconfig: Cleanup imx_v4_v5_defconfig Shawn Guo
2016-02-29 10:23 ` Michael Grzeschik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).