commit | 336b2bc061306d1bf4f85977f228a310338c84bf | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Sat Apr 02 23:52:25 2005 +0000 |
committer | wdenk <wdenk> | Sat Apr 02 23:52:25 2005 +0000 |
tree | 479fa3918e0031a95cdac9468cb8396e1f1a9b60 | |
parent | 8d5d28abdf559bc99a1d3172bf160faf79cde5b1 [diff] [blame] |
Prepare for SoC rework of ARM code: - rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
diff --git a/board/assabet/setup.S b/board/assabet/setup.S index fefb431..56ea0dd 100644 --- a/board/assabet/setup.S +++ b/board/assabet/setup.S
@@ -80,8 +80,8 @@ LEDS: .long NEPONSET_LEDS - .globl memsetup -memsetup: + .globl lowlevel_init +lowlevel_init: /* Setting up the memory and stuff */