commit | 400558b561e2bdb47f87b96b3510dda0881a3662 | [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 | 414eec35e3832f4f9ce8a25ace7ead638be1f76f [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 */