diff options
author | Stefan Roese <sr@denx.de> | 2015-08-18 09:27:17 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-28 12:33:16 -0400 |
commit | 2fbdbda1c7c48aa622812054633afc6cdff91eab (patch) | |
tree | 0664ef6869bc551a9eed337ea97be324dae75a8a /arch/arm/include/asm/arch-spear | |
parent | 80999a52778ca6cc0452599bdc75ae4b417231be (diff) |
arm: spear: Move to common SPL infrastructure
The SPL implementation for SPEAr600 is older than the common SPL
infrastructure. This patch now moves the SPEAr600 SPL over to the
common SPL code.
Tested on the only SPEAr board that currently uses SPL in mainline
U-Boot, the x600.
Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Vipin Kumar <vk.vipin@gmail.com>
Diffstat (limited to 'arch/arm/include/asm/arch-spear')
-rw-r--r-- | arch/arm/include/asm/arch-spear/spr_defs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-spear/spr_defs.h b/arch/arm/include/asm/arch-spear/spr_defs.h index 7e77a3033c..bece2d69ac 100644 --- a/arch/arm/include/asm/arch-spear/spr_defs.h +++ b/arch/arm/include/asm/arch-spear/spr_defs.h @@ -13,9 +13,7 @@ extern void setfreq(unsigned int, unsigned int); extern unsigned int setfreq_sz; void plat_ddr_init(void); -void soc_init(void); void spear_late_init(void); -void plat_late_init(void); int snor_boot_selected(void); int nand_boot_selected(void); |