mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
* Allow crc32 to be used at address 0x000
* Provide consistent interface to standalone applications to access the 'global_data' structure Provide a doc/README.standalone more useful to users/developers. * Make IceCube MGT5100 FEC driver work
This commit is contained in:
@ -21,6 +21,14 @@
|
||||
# endif
|
||||
#endif /* CONFIG_8xx */
|
||||
|
||||
#if defined(CONFIG_MPC5XXX)
|
||||
# if !defined(CONFIG_NET_MULTI)
|
||||
# if defined(CONFIG_MPC5XXX_FEC)
|
||||
# define CONFIG_NET_MULTI
|
||||
# endif
|
||||
# endif
|
||||
#endif /* CONFIG_MPC5XXX */
|
||||
|
||||
#if !defined(CONFIG_NET_MULTI) && defined(CONFIG_8260)
|
||||
#include <config.h>
|
||||
#if defined(CONFIG_ETHER_ON_FCC)
|
||||
|
Reference in New Issue
Block a user