Skip to content

Commit

Permalink
tools/mkimage: update to 2023.01
Browse files Browse the repository at this point in the history
Remove upstreamed patches:
- 020-tools-mtk_image-split-gfh-header-verification-into-a.patch
- 021-tools-mtk_image-split-the-code-of-generating-NAND-he.patch
- 022-tools-mtk_image-add-support-for-nand-headers-used-by.patch

Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
  • Loading branch information
misaka36 authored and aiamadeus committed Jan 17, 2023
1 parent d783ca6 commit 760b266
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1,616 deletions.
4 changes: 2 additions & 2 deletions tools/mkimage/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=mkimage
PKG_VERSION:=2022.10
PKG_VERSION:=2023.01

PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:= \
https://mirror.cyberbits.eu/u-boot \
https://ftp.denx.de/pub/u-boot \
ftp://ftp.denx.de/pub/u-boot
PKG_HASH:=50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8
PKG_HASH:=69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f

HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)

Expand Down

This file was deleted.

Loading

0 comments on commit 760b266

Please sign in to comment.