mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
13 lines
280 B
ArmAsm
13 lines
280 B
ArmAsm
|
/*
|
||
|
* Copyright (c) 2005 2N Telekomunikace
|
||
|
*
|
||
|
* 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.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
.globl _start
|
||
|
_start: b eeprom
|
||
|
|