diff mbox

[v2,3/3] ARM: shmobile: marzen: Enable ARM_APPENDED_DTB in defconfig

Message ID 1374718423-24230-4-git-send-email-horms+renesas@verge.net.au (mailing list archive)
State New, archived
Headers show

Commit Message

Simon Horman July 25, 2013, 2:13 a.m. UTC
"ARM: shmobile: marzen: Switch to DT_MACHINE_START" moves marzen
over to use DT_MACHINE_START, however, the prevelant boot loader
does not support booting with a separate dtb. Thus, it makes
sense to use ARM_APPENDED_DTB by default.

This is consistent with other shmobile defconfigs.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/marzen_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Horman July 25, 2013, 1:23 p.m. UTC | #1
On Thu, Jul 25, 2013 at 07:19:50PM +0400, Sergei Shtylyov wrote:
> Hello.
> 
> On 25-07-2013 6:13, Simon Horman wrote:
> 
> >"ARM: shmobile: marzen: Switch to DT_MACHINE_START" moves marzen
> >over to use DT_MACHINE_START, however, the prevelant boot loader
> 
>    s/prevelant/prevalent/?

Thanks, I will fix that.

> >does not support booting with a separate dtb. Thus, it makes
> >sense to use ARM_APPENDED_DTB by default.
> 
> >This is consistent with other shmobile defconfigs.
> 
> >Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> WBR, Sergei
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
Sergei Shtylyov July 25, 2013, 3:19 p.m. UTC | #2
Hello.

On 25-07-2013 6:13, Simon Horman wrote:

> "ARM: shmobile: marzen: Switch to DT_MACHINE_START" moves marzen
> over to use DT_MACHINE_START, however, the prevelant boot loader

    s/prevelant/prevalent/?

> does not support booting with a separate dtb. Thus, it makes
> sense to use ARM_APPENDED_DTB by default.

> This is consistent with other shmobile defconfigs.

> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

WBR, Sergei
diff mbox

Patch

diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 494e70a..82e4040 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -29,6 +29,7 @@  CONFIG_AEABI=y
 CONFIG_HIGHMEM=y
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
+CONFIG_ARM_APPENDED_DTB=y
 CONFIG_CMDLINE="console=ttySC2,115200 earlyprintk=sh-sci.2,115200 ignore_loglevel root=/dev/nfs ip=on"
 CONFIG_CMDLINE_FORCE=y
 CONFIG_KEXEC=y