diff options
author | wdenk <wdenk> | 2005-04-02 23:52:25 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-02 23:52:25 +0000 |
commit | 400558b561e2bdb47f87b96b3510dda0881a3662 (patch) | |
tree | 479fa3918e0031a95cdac9468cb8396e1f1a9b60 /board/assabet/setup.S | |
parent | 414eec35e3832f4f9ce8a25ace7ead638be1f76f (diff) | |
download | u-boot-400558b561e2bdb47f87b96b3510dda0881a3662.tar.gz u-boot-400558b561e2bdb47f87b96b3510dda0881a3662.tar.xz u-boot-400558b561e2bdb47f87b96b3510dda0881a3662.zip |
Prepare for SoC rework of ARM code:
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL
- rename memsetup into lowlevel_init (function name and source files)
Diffstat (limited to 'board/assabet/setup.S')
-rw-r--r-- | board/assabet/setup.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/assabet/setup.S b/board/assabet/setup.S index fefb431af2..56ea0dd928 100644 --- a/board/assabet/setup.S +++ b/board/assabet/setup.S @@ -80,8 +80,8 @@ BCR_DB1110: .long ASSABET_BCR_DB1110 LEDS: .long NEPONSET_LEDS - .globl memsetup -memsetup: + .globl lowlevel_init +lowlevel_init: /* Setting up the memory and stuff */ |