diff options
Diffstat (limited to 'cpu/s3c44b0/start.S')
-rw-r--r-- | cpu/s3c44b0/start.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/s3c44b0/start.S b/cpu/s3c44b0/start.S index b4b7c3f..fc7f592 100644 --- a/cpu/s3c44b0/start.S +++ b/cpu/s3c44b0/start.S @@ -117,9 +117,9 @@ reset: /* * before relocating, we have to setup RAM timing * because memory timing is board-dependend, you will - * find a memsetup.S in your board directory. + * find a lowlevel_init.S in your board directory. */ - bl memsetup + bl lowlevel_init #endif relocate: /* relocate U-Boot to RAM */ |