mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
f6add132f6
A few subsystems are using the same define "NAMESIZE". This has been working so far because they define it to the same number. However, I want to change the size of eth_device's NAMESIZE, so rather than tweak the define names, simply drop references to it. Almost no one does, and the handful that do can easily be changed to a sizeof(). Signed-off-by: Mike Frysinger <vapier@gentoo.org> |
||
---|---|---|
.. | ||
64360.h | ||
cpci750.c | ||
eth.h | ||
i2c.c | ||
i2c.h | ||
ide.c | ||
local.h | ||
Makefile | ||
misc.S | ||
mpsc.c | ||
mpsc.h | ||
mv_eth.c | ||
mv_eth.h | ||
mv_regs.h | ||
pci.c | ||
sdram_init.c | ||
serial.c | ||
serial.h |