diff options
author | Jiho Chu <jiho.chu@samsung.com> | 2017-02-09 16:28:59 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2017-02-22 19:55:08 -0800 |
commit | a3da29685db65168b8f5948bbc9bd123e68fd581 (patch) | |
tree | a202122638ccadfaffbb8d314ea97376be806972 | |
parent | aa6b9dabb05b36541a2745352d28d2584ff19b07 (diff) | |
download | u-boot-accepted/tizen_wearable.tar.gz u-boot-accepted/tizen_wearable.tar.bz2 u-boot-accepted/tizen_wearable.zip |
configs: odroid_xu3: enable CONFIG_CMD_NFS_DOWNLOADsubmit/tizen_unified/20170308.100411submit/tizen/20170224.050219accepted/tizen/wearable/20170224.065834accepted/tizen/unified/20170309.035117accepted/tizen/tv/20170224.065820accepted/tizen/mobile/20170224.065805accepted/tizen/ivi/20170224.065902accepted/tizen/common/20170227.043051accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_common
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-- | include/configs/odroid_xu3.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index 7df97d44da..11ff262dff 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -79,6 +79,12 @@ #define CONFIG_USB_FUNCTION_THOR #define CONFIG_CMD_THOR_DOWNLOAD +/* NFSDOWN */ +#define CONFIG_CMD_NFS_DOWNLOAD +#define CONFIG_NFS_DOWNLOAD_ADDR CONFIG_SYS_SDRAM_BASE +#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 |