mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-16 02:06:12 -04:00
12 lines
273 B
ArmAsm
12 lines
273 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
|