X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2FRPXsuper.h;h=dfadd2a11f06e8a4f1a21a4371f532f80d493e42;hb=16116ddd0d0158f4e91c91dc979b845b6e98a99d;hp=c39aff19bc0897fa7851df64f3e9541ddbccf2eb;hpb=e9a0f8f15c11f337967aa0600ad6e8af33037f50;p=u-boot diff --git a/include/configs/RPXsuper.h b/include/configs/RPXsuper.h index c39aff19bc..dfadd2a11f 100644 --- a/include/configs/RPXsuper.h +++ b/include/configs/RPXsuper.h @@ -91,8 +91,7 @@ * for FCC) * * if CONFIG_ETHER_NONE is defined, then either the ethernet routines must be - * defined elsewhere (as for the console), or CFG_CMD_NET must be removed - * from CONFIG_COMMANDS to remove support for networking. + * defined elsewhere (as for the console), or CONFIG_CMD_NET must be unset. */ #undef CONFIG_ETHER_ON_SCC /* define if ethernet on SCC */ #define CONFIG_ETHER_ON_FCC /* define if ethernet on FCC */ @@ -151,6 +150,15 @@ #define CFG_PROMPT "=> " +/* + * BOOTP options + */ +#define CONFIG_BOOTP_BOOTFILESIZE +#define CONFIG_BOOTP_BOOTPATH +#define CONFIG_BOOTP_GATEWAY +#define CONFIG_BOOTP_HOSTNAME + + /* * Command line configuration. */