summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/mips-boston-disable-its.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian/mips-boston-disable-its.patch')
-rw-r--r--debian/patches/debian/mips-boston-disable-its.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/debian/mips-boston-disable-its.patch b/debian/patches/debian/mips-boston-disable-its.patch
new file mode 100644
index 000000000..be108f35e
--- /dev/null
+++ b/debian/patches/debian/mips-boston-disable-its.patch
@@ -0,0 +1,20 @@
+From: YunQiang Su <syq@debian.org>
+Date: Mon, 14 May 2018 16:16:18 +0800
+Subject: Disable uImage generation for mips generic
+Forwarded: not-needed
+
+MIPS generic trys to generate uImage when build, which then ask for
+u-boot-tools.
+
+--- a/arch/mips/generic/Platform
++++ b/arch/mips/generic/Platform
+@@ -14,9 +14,6 @@ cflags-$(CONFIG_MIPS_GENERIC) += -I$(src
+
+ load-$(CONFIG_MIPS_GENERIC) += 0xffffffff80100000
+ zload-$(CONFIG_MIPS_GENERIC) += 0xffffffff81000000
+-all-$(CONFIG_MIPS_GENERIC) := vmlinux.gz.itb
+-
+-its-y := vmlinux.its.S
+ its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S
+ its-$(CONFIG_FIT_IMAGE_FDT_NI169445) += board-ni169445.its.S
+ its-$(CONFIG_FIT_IMAGE_FDT_OCELOT) += board-ocelot.its.S