]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/netstar/eeprom_start.S
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / netstar / eeprom_start.S
1 /*
2  * Copyright (c) 2005  2N Telekomunikace
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License
6  * version 2 as published by the Free Software Foundation.
7  *
8  */
9
10 .globl _start
11 _start: b       eeprom
12
13 .end