diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-23 13:04:48 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-23 13:04:48 -0500 |
commit | 1c124d379dbb78a93495202749efe952fbddba1c (patch) | |
tree | 0a402df7f30b79cc9321061b778eb56ca0a5cea9 /include | |
parent | 9ab81fcc8a0181cc19b8234d0e7632bd09c27c83 (diff) | |
parent | b0cce3f90f546da0c1e0dda5abcaf05d81078b0d (diff) | |
download | u-boot-1c124d379dbb78a93495202749efe952fbddba1c.tar.gz |
Merge git://git.denx.de/u-boot-usb
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/tegra-common-post.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h index aea8f1fb8e..3eb9dd2af9 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) |