When ZPXE_SUFFIX_STRIP is defined, etherboot attempts to modify a
passed paramter that is declared const. Remove const declaration to
avoid compilation error.
Signed-off-by: Marty Connor <mdc@etherboot.org>
**************************************************************************/
int eth_load(struct dev *dev __unused)
{
- const char *kernel;
+ char *kernel;
printf("\nMe: %@", arptable[ARP_CLIENT].ipaddr.s_addr );
#ifndef USE_STATIC_BOOT_INFO
#ifndef NO_DHCP_SUPPORT