summaryrefslogtreecommitdiff
path: root/include/configs/gcplus.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/gcplus.h')
-rw-r--r--include/configs/gcplus.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/configs/gcplus.h b/include/configs/gcplus.h
index 0aecb38e4..e11ce4c71 100644
--- a/include/configs/gcplus.h
+++ b/include/configs/gcplus.h
@@ -88,7 +88,14 @@
#define CONFIG_CMD_DHCP
-#define CONFIG_BOOTP_MASK CONFIG_BOOTP_DEFAULT
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+
#define CONFIG_BOOTDELAY 3
#define CONFIG_BOOTARGS "console=ttySA0,38400n8 mtdparts=sa1100-flash:1m@0(zImage),3m@1m(ramdisk.gz),12m@4m(userfs) root=/dev/nfs ip=bootp"