9
0
Fork 0

ARM clep7212: switch to barebox_arm_entry

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-11-27 20:24:49 +01:00
parent 0056cd78fc
commit 560c141935
3 changed files with 4 additions and 3 deletions

View File

@ -44,6 +44,8 @@ config ARCH_CLPS711X
bool "Cirrus Logic EP711x/EP721x/EP731x"
select CLKDEV_LOOKUP
select CPU_32v4T
select MACH_HAS_LOWLEVEL_INIT
select MACH_DO_LOWLEVEL_INIT
config ARCH_EP93XX
bool "Cirrus Logic EP93xx"

View File

@ -9,6 +9,7 @@
#include <common.h>
#include <init.h>
#include <sizes.h>
#include <asm/io.h>
#include <asm/barebox-arm.h>
@ -52,5 +53,5 @@ void __naked __bare_init reset(void)
writel(SDCONF_CASLAT_3 | SDCONF_SIZE_256 | SDCONF_WIDTH_16 |
SDCONF_CLKCTL | SDCONF_ACTIVE, SDCONF);
board_init_lowlevel_return();
barebox_arm_entry(SDRAM0_BASE, SZ_32M, 0);
}

View File

@ -5,8 +5,6 @@ choice
config MACH_CLEP7212
bool "Cirrus Logic CLEP7212"
select MACH_HAS_LOWLEVEL_INIT
select MACH_DO_LOWLEVEL_INIT
help
Boards based on the Cirrus Logic 7212/7312 CPU.