diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-06-29 14:13:27 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-07-11 00:50:18 +0200 |
commit | 859f5f9aec23c96ec3151175c349ffdbe6b108ef (patch) | |
tree | 89e75014c9fe235b72ede21ce94fe0f11aeb333f /package/boot | |
parent | 3e9ad2cdce569e7272d2f34ea5feaef7cd531219 (diff) | |
download | upstream-859f5f9aec23c96ec3151175c349ffdbe6b108ef.tar.gz upstream-859f5f9aec23c96ec3151175c349ffdbe6b108ef.tar.bz2 upstream-859f5f9aec23c96ec3151175c349ffdbe6b108ef.zip |
at91bootstrap: update at91bootstrap v4 targets to v4.0.3
Update AT91Bootstrap v4 capable targets to v4.0.3.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/at91bootstrap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile index 72afefdfff..1dd0f38fc2 100644 --- a/package/boot/at91bootstrap/Makefile +++ b/package/boot/at91bootstrap/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=at91bootstrap -PKG_VERSION:=v4.0.1 -PKG_MIRROR_HASH:=3d45a4bcb52162097d4cdf042b8fe1ccf53e88b512e7541f42a23f2a73692a69 -PKG_SOURCE_VERSION:=4d41296e9ae12379555fb46a941897e7264600a2 +PKG_VERSION:=v4.0.3 +PKG_MIRROR_HASH:=1ecdc31a13350fcdcaa3f77ed8ad73906f79fc668dbb2f337e1d5dd877bf9882 +PKG_SOURCE_VERSION:=1d9e673698d9db4a4f2301559f481274de2e75ae BINARIES_DIR:=build/binaries AT91BOOTSTRAP_V4=y |