From 4920b9ef890c9d2f238467141456bf9d59403dd2 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 26 Jan 2021 20:10:22 +0100 Subject: [PATCH] u-boot: update to 2021.01 Signed-off-by: Arne Fitzenreiter --- lfs/u-boot | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lfs/u-boot b/lfs/u-boot index a0f8dac54d..d534fbe897 100644 --- a/lfs/u-boot +++ b/lfs/u-boot @@ -24,7 +24,7 @@ include Config -VER = 2018.03 +VER = 2021.01 THISAPP = u-boot-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 02922bdf0ee003fe25bfc32749ffdeab +$(DL_FILE)_MD5 = a3206df1c1b97df7a4ddcdd17cb97d0c install : $(TARGET) @@ -90,7 +90,6 @@ ifeq "${BUILD_ARCH}" "armv5tel" cd $(DIR_APP) && install MLO /boot/ cd $(DIR_APP) && install u-boot.img /boot/ cd $(DIR_APP) && make distclean - # Wandboard -mkdir -pv /usr/share/u-boot/wandboard -- 2.39.5