Nobuhiro Iwamatsu | 6b7c0f5 | 2010-10-25 03:12:24 +0900 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2008, 2010 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
| 3 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Nobuhiro Iwamatsu | 6b7c0f5 | 2010-10-25 03:12:24 +0900 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #include <config.h> |
| 8 | #include <version.h> |
| 9 | |
| 10 | #include <asm/processor.h> |
| 11 | #include <asm/macro.h> |
| 12 | |
| 13 | |
| 14 | .global lowlevel_init |
| 15 | |
| 16 | .text |
| 17 | .align 2 |
| 18 | |
| 19 | lowlevel_init: |
| 20 | /* Use setting of original bootloader */ |
| 21 | rts |
| 22 | nop |
| 23 | .align 2 |