From 2b7c0f30813d11adeb1ac27bef45688b3dfd9e86 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 23 Dec 2014 12:04:53 -0700 Subject: sunxi: Drop use of lowlevel_init() This does nothing now, so drop it. We have SPL anyway to do our low-level init. Signed-off-by: Simon Glass Acked-by: Ian Campbell --- arch/arm/cpu/armv7/sunxi/board.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arch/arm/cpu/armv7') diff --git a/arch/arm/cpu/armv7/sunxi/board.c b/arch/arm/cpu/armv7/sunxi/board.c index c4bea25ccb..f4a580a242 100644 --- a/arch/arm/cpu/armv7/sunxi/board.c +++ b/arch/arm/cpu/armv7/sunxi/board.c @@ -146,11 +146,6 @@ void reset_cpu(ulong addr) #endif } -/* do some early init */ -void s_init(void) -{ -} - #ifndef CONFIG_SYS_DCACHE_OFF void enable_caches(void) { -- cgit