From 98f99e9f16462fa07ad0b0cd0c7c0d2623a6da87 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Tue, 2 Apr 2013 10:37:04 +0200 Subject: ppc4xx: Add SPL support This patch adds SPL booting support (NOR flash) for the PPC4xx platforms. This SPL booting (Falcon mode) will be used by the upcoming lcd4_lwmon5 board port (lwmon5 variant). Signed-off-by: Stefan Roese --- arch/powerpc/cpu/ppc4xx/u-boot.lds | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/powerpc/cpu/ppc4xx/u-boot.lds') diff --git a/arch/powerpc/cpu/ppc4xx/u-boot.lds b/arch/powerpc/cpu/ppc4xx/u-boot.lds index 06010d6b14..e994f02122 100644 --- a/arch/powerpc/cpu/ppc4xx/u-boot.lds +++ b/arch/powerpc/cpu/ppc4xx/u-boot.lds @@ -96,6 +96,7 @@ SECTIONS . = ALIGN(256); __init_end = .; +#ifndef CONFIG_SPL #ifdef CONFIG_440 .bootpg RESET_VECTOR_ADDRESS - 0xffc : { @@ -132,6 +133,7 @@ SECTIONS #if (RESET_VECTOR_ADDRESS == 0xfffffffc) . |= 0x10; #endif +#endif /* CONFIG_SPL */ __bss_start = .; .bss (NOLOAD) : -- cgit v1.2.3