| * Startup code for use with the u-boot bootloader. |
| * Copyright (C) 2004-2006 Atmel Corporation |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| * The kernel is loaded where we want it to be and all caches |
| * have just been flushed. We get two parameters from u-boot: |
| * r12 contains a magic number (ATAG_MAGIC) |
| * r11 points to a tag table providing information about |
| /* Check if the boot loader actually provided a tag table */ |
| * Save the tag table address for later use. This must be done |
| * _after_ .bss has been initialized... |
| /* Jump to loader-independent setup code */ |
| 2: .asciz "Boot loader didn't provide correct magic number\n" |