Mercurial > flash_v2
diff packages/redboot/current/src/flash.c @ 1024:7071bcbe4d30
flash_get_config fix
| author | msalter |
|---|---|
| date | Wed, 14 May 2003 20:12:54 +0000 |
| parents | 0138b3d6b8a0 |
| children | 3067974be2f3 |
line wrap: on
line diff
--- a/packages/redboot/current/src/flash.c +++ b/packages/redboot/current/src/flash.c @@ -1928,6 +1928,9 @@ flash_get_config(char *key, void *val, i memcpy(val, val_ptr, sizeof(enet_addr_t)); break; #endif +#if defined(CYGHWR_NET_DRIVERS) && (CYGHWR_NET_DRIVERS > 1) + case CONFIG_NETPORT: +#endif case CONFIG_STRING: case CONFIG_SCRIPT: // Just return a pointer to the script/line
