sh: Fix compile error sh7763rdp board
[oweals/u-boot.git] / include / configs / adsvix.h
index 0d64013b2127081cda7f654bcb97f6b8a367070f..427b5482f5cca17ef6b8321a5ed5b5c250090f62 100644 (file)
 #define CONFIG_DOS_PARTITION   1
 
 
+/*
+ * BOOTP options
+ */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+
 /*
  * Command line configuration.
  */
 /* Flash environment locations */
 #define CFG_ENV_IS_IN_FLASH    1
 #define CFG_ENV_ADDR           (PHYS_FLASH_1 + CFG_MONITOR_LEN)        /* Addr of Environment Sector   */
-#define CFG_ENV_SIZE           0x20000 /* Total Size of Environment            */
+#define CFG_ENV_SIZE           0x20000 /* Total Size of Environment    */
 #define CFG_ENV_SECT_SIZE      0x20000 /* Total Size of Environment Sector     */
 
 #endif /* __CONFIG_H */