public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: imx_v6_v7_defconfig: Select MX35 and MX50 device tree support
@ 2013-12-23 15:27 Fabio Estevam
  2013-12-23 15:33 ` Alexander Shiyan
  2013-12-24  5:43 ` Shawn Guo
  0 siblings, 2 replies; 5+ messages in thread
From: Fabio Estevam @ 2013-12-23 15:27 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@freescale.com>

Let MX35 and MX50 device tree support be built by default.

Generated by doing:

- Selected CONFIG_MACH_IMX35_DT and CONFIG_SOC_IMX50 via 'make menuconfig'
- make savedefconfig
- cp defconfig arch/arm/configs/imx_v6_v7_defconfig 

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/configs/imx_v6_v7_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 318c5fb..4951be5 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -28,11 +28,13 @@ CONFIG_MACH_QONG=y
 CONFIG_MACH_ARMADILLO5X0=y
 CONFIG_MACH_KZM_ARM11_01=y
 CONFIG_MACH_IMX31_DT=y
+CONFIG_MACH_IMX35_DT=y
 CONFIG_MACH_PCM043=y
 CONFIG_MACH_MX35_3DS=y
 CONFIG_MACH_VPR200=y
 CONFIG_MACH_IMX51_DT=y
 CONFIG_MACH_EUKREA_CPUIMX51SD=y
+CONFIG_SOC_IMX50=y
 CONFIG_SOC_IMX53=y
 CONFIG_SOC_IMX6Q=y
 CONFIG_SOC_IMX6SL=y
@@ -41,7 +43,6 @@ CONFIG_SMP=y
 CONFIG_VMSPLIT_2G=y
 CONFIG_PREEMPT_VOLUNTARY=y
 CONFIG_AEABI=y
-# CONFIG_OABI_COMPAT is not set
 CONFIG_HIGHMEM=y
 CONFIG_CMDLINE="noinitrd console=ttymxc0,115200"
 CONFIG_VFP=y
@@ -90,7 +91,6 @@ CONFIG_MTD_UBI=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=65536
-CONFIG_SRAM=y
 CONFIG_EEPROM_AT24=y
 CONFIG_EEPROM_AT25=y
 # CONFIG_SCSI_PROC_FS is not set
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] ARM: imx_v6_v7_defconfig: Select MX35 and MX50 device tree support
  2013-12-23 15:27 [PATCH] ARM: imx_v6_v7_defconfig: Select MX35 and MX50 device tree support Fabio Estevam
@ 2013-12-23 15:33 ` Alexander Shiyan
  2013-12-23 15:36   ` Fabio Estevam
  2013-12-24  5:43 ` Shawn Guo
  1 sibling, 1 reply; 5+ messages in thread
From: Alexander Shiyan @ 2013-12-23 15:33 UTC (permalink / raw)
  To: linux-arm-kernel

> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Let MX35 and MX50 device tree support be built by default.
> 
> Generated by doing:
> 
> - Selected CONFIG_MACH_IMX35_DT and CONFIG_SOC_IMX50 via 'make menuconfig'
> - make savedefconfig
> - cp defconfig arch/arm/configs/imx_v6_v7_defconfig 
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
...
> -CONFIG_SRAM=y

???

---

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: imx_v6_v7_defconfig: Select MX35 and MX50 device tree support
  2013-12-23 15:33 ` Alexander Shiyan
@ 2013-12-23 15:36   ` Fabio Estevam
  2013-12-23 15:41     ` Alexander Shiyan
  0 siblings, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2013-12-23 15:36 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 23, 2013 at 1:33 PM, Alexander Shiyan <shc_work@mail.ru> wrote:
>> From: Fabio Estevam <fabio.estevam@freescale.com>
>>
>> Let MX35 and MX50 device tree support be built by default.
>>
>> Generated by doing:
>>
>> - Selected CONFIG_MACH_IMX35_DT and CONFIG_SOC_IMX50 via 'make menuconfig'
>> - make savedefconfig
>> - cp defconfig arch/arm/configs/imx_v6_v7_defconfig
>>
>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>> ---
> ...
>> -CONFIG_SRAM=y

It is because of the way I generated the diff. Please see the
procedure in the commit log.

I can split in two commits if needed (one for the cleanup and other
for adding mx35/mx50 dt).

Regards,

Fabio Estevam

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ARM: imx_v6_v7_defconfig: Select MX35 and MX50 device tree support
  2013-12-23 15:36   ` Fabio Estevam
@ 2013-12-23 15:41     ` Alexander Shiyan
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Shiyan @ 2013-12-23 15:41 UTC (permalink / raw)
  To: linux-arm-kernel

> On Mon, Dec 23, 2013 at 1:33 PM, Alexander Shiyan <shc_work@mail.ru> wrote:
> >> From: Fabio Estevam <fabio.estevam@freescale.com>
> >>
> >> Let MX35 and MX50 device tree support be built by default.
> >>
> >> Generated by doing:
> >>
> >> - Selected CONFIG_MACH_IMX35_DT and CONFIG_SOC_IMX50 via 'make menuconfig'
> >> - make savedefconfig
> >> - cp defconfig arch/arm/configs/imx_v6_v7_defconfig
> >>
> >> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> >> ---
> > ...
> >> -CONFIG_SRAM=y
> 
> It is because of the way I generated the diff. Please see the
> procedure in the commit log.
> 
> I can split in two commits if needed (one for the cleanup and other
> for adding mx35/mx50 dt).

Ahh, SRAM is selected by CODA automatically, so that's OK.

---

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ARM: imx_v6_v7_defconfig: Select MX35 and MX50 device tree support
  2013-12-23 15:27 [PATCH] ARM: imx_v6_v7_defconfig: Select MX35 and MX50 device tree support Fabio Estevam
  2013-12-23 15:33 ` Alexander Shiyan
@ 2013-12-24  5:43 ` Shawn Guo
  1 sibling, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2013-12-24  5:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 23, 2013 at 01:27:58PM -0200, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Let MX35 and MX50 device tree support be built by default.
> 
> Generated by doing:
> 
> - Selected CONFIG_MACH_IMX35_DT and CONFIG_SOC_IMX50 via 'make menuconfig'
> - make savedefconfig
> - cp defconfig arch/arm/configs/imx_v6_v7_defconfig 
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-24  5:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23 15:27 [PATCH] ARM: imx_v6_v7_defconfig: Select MX35 and MX50 device tree support Fabio Estevam
2013-12-23 15:33 ` Alexander Shiyan
2013-12-23 15:36   ` Fabio Estevam
2013-12-23 15:41     ` Alexander Shiyan
2013-12-24  5:43 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox