From mboxrd@z Thu Jan 1 00:00:00 1970 From: magnus.damm@gmail.com (Magnus Damm) Date: Wed, 05 Jun 2013 16:55:14 +0900 Subject: [PATCH 00/02] ARM: shmobile: romImage update Message-ID: <20130605075514.17653.77135.sendpatchset@w520> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org ARM: shmobile: romImage update [PATCH 01/02] ARM: shmobile: Let romImage rely on default ATAGS [PATCH 02/02] ARM: shmobile: Remove romImage CONFIG_MEMORY_START Rework the mach-shmobile romImage code to remove memory configuration kept in the kernel configuration. This is one of several series of code that reworks code not to rely on CONFIG_MEMORY_START/SIZE which in turn is needed for ARCH_MULTIPLATFORM. Signed-off-by: Magnus Damm --- Written against renesas.git renesas-next-20130604v2 arch/arm/boot/compressed/head-shmobile.S | 21 ++------------------- arch/arm/mach-shmobile/include/mach/zboot.h | 2 ++ 2 files changed, 4 insertions(+), 19 deletions(-)