uboot-mt623x/lib_generic
Dirk Behme 6a45e38495 Make getenv_IPaddr() global
There are boards out there that do not have network support in
U-Boot (CONFIG_CMD_NET not set), but they do so in Linux. This
makes it desirable to be able to port network configuration (like
the IP address) to the Linux kernel.

We should not make the passing of the IP configuration to Linux
dependent on U-Boot features / settings.

For this, make getenv_IPaddr() global. This fixes build error

u-boot/lib_xxx/board.c:360: undefined reference to `getenv_IPaddr'

on various architectures.

Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
Acked-by: Ben Warren <biggerbadderben@gmail.com>
2010-01-17 20:14:47 +01:00
..
lzma lzma: ignore unset filesizes 2009-12-05 01:49:52 +01:00
lzo add lzop decompression support 2009-12-05 01:30:23 +01:00
Makefile Make getenv_IPaddr() global 2010-01-17 20:14:47 +01:00
addr_map.c Introduce addr_map library 2008-12-15 22:05:36 +01:00
bzlib.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
bzlib_crctable.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
bzlib_decompress.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
bzlib_huffman.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
bzlib_private.h * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
bzlib_randtable.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
circbuf.c circbuf: Move to lib_generic and conditionally compile 2009-12-02 23:19:32 +01:00
crc16.c crc16: move to lib_generic 2008-08-29 12:25:02 +02:00
crc32.c crc32: Impl. linux optimized crc32() 2009-12-02 23:42:40 +01:00
ctype.c Initial revision 2000-07-19 14:09:16 +00:00
display_options.c Allow print_size to print in GB 2008-07-09 22:50:20 +02:00
div64.c Move 64bit division from avr32 to generic lib 2007-08-10 10:33:34 +02:00
gunzip.c move prototypes for gunzip() and zunzip() to common.h 2009-12-21 21:39:59 +01:00
ldiv.c * Code cleanup: 2003-06-27 21:31:46 +00:00
lmb.c Fix some more print() format errors. 2008-07-11 01:16:00 +02:00
md5.c compiler.h: unify system ifdef cruft here 2009-07-19 21:41:46 +02:00
net_utils.c Make getenv_IPaddr() global 2010-01-17 20:14:47 +01:00
rbtree.c Add Red Black Tree support 2008-10-18 21:54:01 +02:00
sha1.c Fix build issue with string.h and linux/string.h 2008-06-12 08:51:35 +02:00
sha256.c add SHA256 support 2008-06-30 22:57:16 +02:00
string.c lib_generic memset: fill one word at a time if possible 2009-10-18 23:10:40 +02:00
strmhz.c Fix strmhz(): avoid printing negative fractions 2008-10-22 08:52:19 +02:00
time.c Generic udelay() with watchdog support 2009-12-05 01:08:53 +01:00
vsprintf.c common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 2009-12-08 22:14:07 +01:00
zlib.c Merge branch 'master' into next 2009-12-07 22:47:17 +01:00