]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sunxi: Drop use of lowlevel_init()
authorSimon Glass <sjg@chromium.org>
Tue, 23 Dec 2014 19:04:53 +0000 (12:04 -0700)
committerTom Rini <trini@ti.com>
Fri, 16 Jan 2015 19:52:53 +0000 (14:52 -0500)
This does nothing now, so drop it. We have SPL anyway to do our low-level
init.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
arch/arm/cpu/armv7/sunxi/board.c
include/configs/sunxi-common.h

index c4bea25ccbe3fc109ffe8ed997344ae07128b92c..f4a580a24218d1daa7aabd1dcdcffc9b9b2e25a1 100644 (file)
@@ -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)
 {
index e839053e2ba995ca3388f251fdb6e0f8bf886a9f..647cac5a93feaf0e454310247bdc57dafed4186c 100644 (file)
 #define CONFIG_SYS_PBSIZE      1024    /* Print Buffer Size */
 #define CONFIG_SYS_MAXARGS     16      /* max number of command args */
 #define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_SKIP_LOWLEVEL_INIT
 
 /* Boot Argument Buffer Size */
 #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE