From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Tue, 09 Apr 2013 12:19:51 +0000 Subject: Re: [PATCH 2/2] ARM: shmobile: bockw: enable boot from shmobile_defconfig Message-Id: <20130409121950.GC15412@verge.net.au> List-Id: References: <1365131070-13142-3-git-send-email-horms+renesas@verge.net.au> In-Reply-To: <1365131070-13142-3-git-send-email-horms+renesas@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Tue, Apr 09, 2013 at 02:37:27AM -0700, Kuninori Morimoto wrote: > To enable boot from shmobile_defconfig on Bock-W, > it needs > - memory started from 0x40000000 > - enable R8A7778 > - enable Bock-W board > - enable TMU I was expecting that the bockw needed to be started at 0x600000000. Are there any side-effects of using 0x400000000? If not, then I guess I am happy with this. But could you split it into two patches? > > Signed-off-by: Kuninori Morimoto > --- > arch/arm/boot/dts/r8a7778-bockw.dts | 2 +- > arch/arm/configs/shmobile_defconfig | 3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts > index 0076b1e..1242940 100644 > --- a/arch/arm/boot/dts/r8a7778-bockw.dts > +++ b/arch/arm/boot/dts/r8a7778-bockw.dts > @@ -27,6 +27,6 @@ > > memory { > device_type = "memory"; > - reg = <0x60000000 0x10000000>; > + reg = <0x40000000 0x10000000>; > }; > }; > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig > index 7dba53f..c1fdff9 100644 > --- a/arch/arm/configs/shmobile_defconfig > +++ b/arch/arm/configs/shmobile_defconfig > @@ -14,13 +14,14 @@ CONFIG_SLAB=y > CONFIG_ARCH_SHMOBILE=y > CONFIG_ARCH_SH7372=y > CONFIG_ARCH_R8A7740=y > +CONFIG_ARCH_R8A7778=y > CONFIG_ARCH_R8A7790=y > CONFIG_ARCH_EMEV2=y > CONFIG_MACH_MACKEREL=y > CONFIG_MACH_ARMADILLO800EVA=y > +CONFIG_MACH_BOCKW=y > CONFIG_MACH_LAGER=y > CONFIG_MACH_KZM9D=y > -# CONFIG_SH_TIMER_TMU is not set > # CONFIG_SWP_EMULATE is not set > CONFIG_ARM_ERRATA_430973=y > CONFIG_ARM_ERRATA_458693=y > -- > 1.7.9.5 >