diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-04-14 23:30:56 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-17 13:43:34 +0200 |
commit | 8e99bbda19ca93d93651757c1473ac691c22a474 (patch) | |
tree | 26518526d52ac19821cf45de7b1c1a7f6143353f /package/boot/uboot-sunxi/patches/200-mkimage-check-environment-for-dtc-binary-location.patch | |
parent | 260a225ba4ed9ad50a8442dc3f731af985d45326 (diff) | |
download | upstream-8e99bbda19ca93d93651757c1473ac691c22a474.tar.gz upstream-8e99bbda19ca93d93651757c1473ac691c22a474.tar.bz2 upstream-8e99bbda19ca93d93651757c1473ac691c22a474.zip |
uboot-sunxi: bump to 2020.04 relase
Refreshed patches, removed upstreamed patch:
260-configs-a64-olinuxino-emmc-add-eMMC-boot-part-config.patch
Boot tested on a64-olinuxino-emmc.
Cc: Zoltan HERPAI <wigyori@uid0.hu>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/boot/uboot-sunxi/patches/200-mkimage-check-environment-for-dtc-binary-location.patch')
-rw-r--r-- | package/boot/uboot-sunxi/patches/200-mkimage-check-environment-for-dtc-binary-location.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-sunxi/patches/200-mkimage-check-environment-for-dtc-binary-location.patch b/package/boot/uboot-sunxi/patches/200-mkimage-check-environment-for-dtc-binary-location.patch index fe8eac7848..482aa1a369 100644 --- a/package/boot/uboot-sunxi/patches/200-mkimage-check-environment-for-dtc-binary-location.patch +++ b/package/boot/uboot-sunxi/patches/200-mkimage-check-environment-for-dtc-binary-location.patch @@ -17,7 +17,7 @@ Cc: Simon Glass <sjg@chromium.org> --- a/tools/fit_image.c +++ b/tools/fit_image.c -@@ -662,9 +662,14 @@ static int fit_handle_file(struct image_ +@@ -726,9 +726,14 @@ static int fit_handle_file(struct image_ } *cmd = '\0'; } else if (params->datafile) { |