diff options
Diffstat (limited to 'roms/u-boot/arch/arm/mach-bcm283x/lowlevel_init.S')
-rw-r--r-- | roms/u-boot/arch/arm/mach-bcm283x/lowlevel_init.S | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-bcm283x/lowlevel_init.S b/roms/u-boot/arch/arm/mach-bcm283x/lowlevel_init.S new file mode 100644 index 000000000..d29ff137e --- /dev/null +++ b/roms/u-boot/arch/arm/mach-bcm283x/lowlevel_init.S @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * (C) Copyright 2012 Stephen Warren + * + * See file CREDITS for list of people who contributed to this + * project. + */ + +.globl lowlevel_init +lowlevel_init: + mov pc, lr |