uboot-mt623x/lib_blackfin
Mike Frysinger d087d19a99 Blackfin: drop MAC display at boot
The default Blackfin boot would display the MAC address for the first NIC,
but this relies on the environment.  The current net multi stack no longer
writes the default hardware settings to the environment, so most of the
time the display shows all zeros.  This can be pretty confusing and really
doesn't add anything useful, so just drop it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-10-13 22:00:29 -04:00
..
.gitignore Blackfin: unify u-boot linker scripts 2009-06-14 20:01:14 -04:00
Makefile Blackfin: use common code to preprocess linker script 2009-08-23 22:25:05 +02:00
board.c Blackfin: drop MAC display at boot 2009-10-13 22:00:29 -04:00
boot.c Blackfin: fixup misc warnings such as printf's and missing casts 2009-01-28 13:27:28 -05:00
cache.c Blackfin: safely flush data caches when in writeback mode 2009-03-23 15:14:53 -04:00
clocks.c Blackfin: cache core/system clock values 2009-02-02 12:24:42 -05:00
cmd_cache_dump.c Blackfin: add cache_dump commands 2009-07-10 02:36:26 -04:00
config.mk push LOAD_ADDR out to arch mk files 2009-09-04 23:06:34 +02:00
memcmp.S Blackfin: add proper ELF markings to some assembly functions 2008-03-15 22:14:57 -04:00
memcpy.S Blackfin: add proper ELF markings to some assembly functions 2008-03-15 22:14:57 -04:00
memmove.S Blackfin: add proper ELF markings to some assembly functions 2008-03-15 22:14:57 -04:00
memset.S Blackfin: add proper ELF markings to some assembly functions 2008-03-15 22:14:57 -04:00
muldi3.c [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
post.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
string.c Blackfin: use 8/16/32 bit transfer widths in dma_memcpy() 2009-02-02 12:24:46 -05:00
tests.c Blackfin: only build post code when CONFIG_POST 2009-02-02 12:24:30 -05:00
u-boot.lds.S Blackfin: restore EVT1 handling in linker script 2009-07-24 14:05:04 -04:00