From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Wed, 05 Jun 2013 06:59:45 +0000 Subject: [PATCH 07/15] ARM: shmobile: Bonito uImage rework Message-Id: <20130605070712.13311.11335.sendpatchset@w520> List-Id: References: <20130605070616.13311.69049.sendpatchset@w520> In-Reply-To: <20130605070616.13311.69049.sendpatchset@w520> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org From: Magnus Damm Add Bonito specific load address to Makefile.boot Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/Makefile.boot | 1 + 1 file changed, 1 insertion(+) --- 0014/arch/arm/mach-shmobile/Makefile.boot +++ work/arch/arm/mach-shmobile/Makefile.boot 2013-06-04 16:17:11.000000000 +0900 @@ -6,6 +6,7 @@ loadaddr-$(CONFIG_MACH_AP4EVB) += 0x4000 loadaddr-$(CONFIG_MACH_APE6EVM) += 0x40008000 loadaddr-$(CONFIG_MACH_ARMADILLO800EVA) += 0x40008000 loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000 +loadaddr-$(CONFIG_MACH_BONITO) += 0x40008000 __ZRELADDR := $(shell /bin/bash -c \ 'echo $(loadaddr-y) | tr " " "\n" | sort | uniq')