From: wdenk Date: Wed, 30 May 2001 00:50:09 +0000 (+0000) Subject: Last fixes for 0.9.3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=00f2ff8056599bf5083426aae2877baafe68d0a6;p=users%2Frw%2Fppcboot.git Last fixes for 0.9.3 --- diff --git a/include/cmd_net.h b/include/cmd_net.h index 50e1a10..b08fdc3 100644 --- a/include/cmd_net.h +++ b/include/cmd_net.h @@ -58,9 +58,9 @@ void do_rarpb (cmd_tbl_t *cmdtp, bd_t *bd, int flag, int argc, char *argv[]); #if (CONFIG_COMMANDS & CFG_CMD_DHCP) #define CMD_TBL_DHCP MK_CMD_TBL_ENTRY( \ - "dhcp", 4, 3, 1, do_dhcp, \ + "dhcp", 4, 3, 1, do_dhcp, \ "dhcp - invoke DHCP client to obtain IP/boot params\n", \ - "Help line 2 - FIXME\n" \ + "\n" \ ), @@ -73,6 +73,7 @@ void do_dhcp (cmd_tbl_t *cmdtp, bd_t *bd, int flag, int argc, char *argv[]); #define CMD_TBL_BOOTP #define CMD_TBL_TFTPB #define CMD_TBL_RARPB +#define CMD_TBL_DHCP #endif /* CFG_CMD_NET */ #endif diff --git a/include/config_WALNUT405.h b/include/config_WALNUT405.h index 62c9ec6..540627f 100644 --- a/include/config_WALNUT405.h +++ b/include/config_WALNUT405.h @@ -78,7 +78,6 @@ CFG_CMD_PCI | \ CFG_CMD_IRQ | \ CFG_CMD_KGDB | \ - CFG_CMD_IDE | \ CFG_CMD_DHCP) /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ diff --git a/include/version.h b/include/version.h index deb4c36..bb68a35 100644 --- a/include/version.h +++ b/include/version.h @@ -24,6 +24,6 @@ #ifndef __VERSION_H__ #define __VERSION_H__ -#define PPCBOOT_VERSION "PPCBoot 0.9.3-pre3" +#define PPCBOOT_VERSION "PPCBoot 0.9.3" #endif /* __VERSION_H__ */