]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/netstar/eeprom_start.S
NetStar: eeprom - be less verbose
[people/ms/u-boot.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