1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Do not register more than 2 ethernet porst for CFE based devices (i.e : Compex WP54G-wrt)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6683 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-03-24 21:31:13 +00:00
parent 51eaa39dca
commit 58531e4910
3 changed files with 13 additions and 2 deletions

View File

@@ -30,9 +30,10 @@
#include <asm/addrspace.h>
/* boot loaders specific definitions */
#define CFE_EPTSEAL 0x43464531
#define CFE_EPTSEAL 0x43464531 /* CFE1 is the magic number to recognize CFE from other bootloaders */
#define CFE 1
#define MYLOADER 2
#define UBOOT 2
#define MYLOADER 3
#define UNKNOWN 0
void setup_prom_printf(int);