From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Wed, 05 Jun 2013 07:55:14 +0000 Subject: [PATCH 00/02] ARM: shmobile: romImage update Message-Id: <20130605075514.17653.77135.sendpatchset@w520> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: 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(-)