summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiho Chu <jiho.chu@samsung.com>2017-02-09 16:28:59 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2017-04-11 18:58:18 +0900
commit2717faa453b9e9e7483164d290de869724083377 (patch)
tree39f0d5ff55a652f8aa12c3c4aa2e4c5f2f76e2ce
parent438376abce483bf51db3c1737062bacf1522dbc6 (diff)
downloadu-boot-2717faa453b9e9e7483164d290de869724083377.tar.gz
u-boot-2717faa453b9e9e7483164d290de869724083377.tar.bz2
u-boot-2717faa453b9e9e7483164d290de869724083377.zip
configs: odroid_xu3: enable CONFIG_CMD_NFS_DOWNLOAD
Enable CONFIG_CMD_NFS_DOWNLOAD to use nfs update feature. Change-Id: I4a9f2e312dd659316feef23dfa029bf594b798f4 Signed-off-by: Jiho Chu <jiho.chu@samsung.com>
-rw-r--r--configs/odroid-xu3_defconfig2
-rw-r--r--include/configs/odroid_xu3.h4
2 files changed, 6 insertions, 0 deletions
diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig
index b0c55f3453..5d1646d100 100644
--- a/configs/odroid-xu3_defconfig
+++ b/configs/odroid-xu3_defconfig
@@ -52,3 +52,5 @@ CONFIG_SIG=y
CONFIG_BOOTSTAGE=y
CONFIG_BOOTSTAGE_FDT=y
CONFIG_CMD_BOOTSTAGE=y
+CONFIG_CMD_NFS_DOWNLOAD=y
+CONFIG_USB_ETHER_RTL8152=y
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
index db988297a2..8063b6c79d 100644
--- a/include/configs/odroid_xu3.h
+++ b/include/configs/odroid_xu3.h
@@ -56,6 +56,10 @@
#define CONFIG_USB_FUNCTION_THOR
#define CONFIG_CMD_THOR_DOWNLOAD
+/* NFSDOWN */
+#define CONFIG_IP_DEFRAG
+#define CONFIG_NFS_READ_SIZE 65536
+
/* UMS */
#define CONFIG_G_DNL_UMS_VENDOR_NUM 0x0525
#define CONFIG_G_DNL_UMS_PRODUCT_NUM 0xA4A5