aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-02-23 13:04:48 -0500
committerTom Rini <trini@konsulko.com>2018-02-23 13:04:48 -0500
commit1c124d379dbb78a93495202749efe952fbddba1c (patch)
tree0a402df7f30b79cc9321061b778eb56ca0a5cea9 /include/configs
parent9ab81fcc8a0181cc19b8234d0e7632bd09c27c83 (diff)
parentb0cce3f90f546da0c1e0dda5abcaf05d81078b0d (diff)
downloadu-boot-1c124d379dbb78a93495202749efe952fbddba1c.zip
u-boot-1c124d379dbb78a93495202749efe952fbddba1c.tar.gz
u-boot-1c124d379dbb78a93495202749efe952fbddba1c.tar.bz2
Merge git://git.denx.de/u-boot-usb
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/tegra-common-post.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h
index aea8f1f..3eb9dd2 100644
--- a/include/configs/tegra-common-post.h
+++ b/include/configs/tegra-common-post.h
@@ -11,7 +11,7 @@
/*
* Size of malloc() pool
*/
-#ifdef CONFIG_USB_FUNCTION_DFU
+#ifdef CONFIG_DFU_OVER_USB
#define CONFIG_SYS_MALLOC_LEN (SZ_4M + \
CONFIG_SYS_DFU_DATA_BUF_SIZE + \
CONFIG_SYS_DFU_MAX_FILE_SIZE)