summaryrefslogtreecommitdiff
path: root/include/configs/Rattler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/Rattler.h')
-rw-r--r--include/configs/Rattler.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/configs/Rattler.h b/include/configs/Rattler.h
index 5bdf57193..d7652fa9b 100644
--- a/include/configs/Rattler.h
+++ b/include/configs/Rattler.h
@@ -127,6 +127,15 @@
/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
+/*
* Command line configuration.
*/
#include <config_cmd_default.h>
@@ -207,7 +216,7 @@
#define MTDIDS_DEFAULT "nor0=rattler-0"
#define MTDPARTS_DEFAULT "mtdparts=rattler-0:-@1m(jffs2)"
*/
-#endif /* CFG_CMD_JFFS2 */
+#endif /* CONFIG_CMD_JFFS2 */
#define CFG_MONITOR_BASE TEXT_BASE
#if (CFG_MONITOR_BASE < CFG_FLASH_BASE)