summaryrefslogtreecommitdiff
path: root/sysutils/u-boot/patches/patch-include_configs_tegra-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/u-boot/patches/patch-include_configs_tegra-common.h')
-rw-r--r--sysutils/u-boot/patches/patch-include_configs_tegra-common.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/u-boot/patches/patch-include_configs_tegra-common.h b/sysutils/u-boot/patches/patch-include_configs_tegra-common.h
new file mode 100644
index 00000000000..f7c04d40aa0
--- /dev/null
+++ b/sysutils/u-boot/patches/patch-include_configs_tegra-common.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-include_configs_tegra-common.h,v 1.1 2017/09/23 17:33:12 jmcneill Exp $
+
+--- include/configs/tegra-common.h.orig 2017-07-10 17:07:38.000000000 +0000
++++ include/configs/tegra-common.h
+@@ -101,4 +101,7 @@
+ #include <config_distro_defaults.h>
+ #endif
+
++/* Override default uimg size limit */
++#define CONFIG_SYS_BOOTM_LEN 0x1000000
++
+ #endif /* _TEGRA_COMMON_H_ */