[U-Boot] [PATCH 3/3] arm nomadik: select defrag and 4k tftp block size
Alessandro Rubini
rubini-list at gnudd.com
Thu Jul 30 11:03:15 CEST 2009
Signed-off-by: Alessandro Rubini <rubini at gnudd.com>
---
include/configs/nhk8815.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h
index bfa91a2..fd6d7d1 100644
--- a/include/configs/nhk8815.h
+++ b/include/configs/nhk8815.h
@@ -147,6 +147,9 @@
#define CONFIG_SMC_USE_32_BIT
#define CONFIG_BOOTFILE "uImage"
+#define CONFIG_IP_DEFRAG
+#define CONFIG_TFTP_BLOCKSIZE 4096 /* for faster download */
+
/* Storage information: onenand and nand */
#define CONFIG_CMD_ONENAND
#define CONFIG_MTD_ONENAND_VERIFY_WRITE
--
1.6.0.2
More information about the U-Boot
mailing list