linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR in defconfig
@ 2013-11-08 23:47 Simon Horman
  2013-11-13  3:30 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Horman @ 2013-11-08 23:47 UTC (permalink / raw)
  To: linux-arm-kernel

This is required to allow the load address to be supplied
as an environment variable when building a uImage.

LOADADDR=0x40008000 ARCH=arm make uImage

This is necessary since "ARM: shmobile: Remove legacy KZM9D board code"

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

diff --git a/arch/arm/configs/kzm9d_defconfig b/arch/arm/configs/kzm9d_defconfig
index 6c37f4a..e6aed23 100644
--- a/arch/arm/configs/kzm9d_defconfig
+++ b/arch/arm/configs/kzm9d_defconfig
@@ -32,6 +32,7 @@ CONFIG_FORCE_MAX_ZONEORDER\x13
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_ARM_APPENDED_DTB=y
+CONFIG_AUTO_ZRELADDR=y
 CONFIG_VFP=y
 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
 CONFIG_PM_RUNTIME=y
-- 
1.8.4


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

* Re: [PATCH] ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR in defconfig
  2013-11-08 23:47 [PATCH] ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR in defconfig Simon Horman
@ 2013-11-13  3:30 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2013-11-13  3:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Nov 09, 2013 at 08:47:45AM +0900, Simon Horman wrote:
> This is required to allow the load address to be supplied
> as an environment variable when building a uImage.
> 
> LOADADDR=0x40008000 ARCH=arm make uImage
> 
> This is necessary since "ARM: shmobile: Remove legacy KZM9D board code"
> 
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

I have queued this up.

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

end of thread, other threads:[~2013-11-13  3:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-08 23:47 [PATCH] ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR in defconfig Simon Horman
2013-11-13  3:30 ` Simon Horman

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).