diff options
Diffstat (limited to 'roms/u-boot/arch/arm/cpu/arm920t/a320/reset.S')
-rw-r--r-- | roms/u-boot/arch/arm/cpu/arm920t/a320/reset.S | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/cpu/arm920t/a320/reset.S b/roms/u-boot/arch/arm/cpu/arm920t/a320/reset.S new file mode 100644 index 00000000..81f9dc98 --- /dev/null +++ b/roms/u-boot/arch/arm/cpu/arm920t/a320/reset.S @@ -0,0 +1,10 @@ +/* + * (C) Copyright 2009 Faraday Technology + * Po-Yu Chuang <ratbert@faraday-tech.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +.global reset_cpu +reset_cpu: + b reset_cpu |