diff options
author | Leah Rowe <vimuser@noreply.codeberg.org> | 2024-12-01 17:03:08 +0000 |
---|---|---|
committer | Leah Rowe <vimuser@noreply.codeberg.org> | 2024-12-01 17:03:08 +0000 |
commit | 597b45fdbd56b737d911aafa35915419184b70c9 (patch) | |
tree | 3adf888a059650abc5c6801a12051055d3ddc3df /config/u-boot/default/patches/0004-HACK-Makefile-Ignore-missing-input-files-for-binman.patch | |
parent | 28d8dc93a52abea5ddb3467be6e7ce92b25a40d1 (diff) | |
parent | 3dd77b33a720b77386c67a8489aa410dc8be427a (diff) |
Merge pull request 'Update U-Boot to v2024.10' (#253) from alpernebbi/lbmk:uboot-v2024.10 into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/253
Diffstat (limited to 'config/u-boot/default/patches/0004-HACK-Makefile-Ignore-missing-input-files-for-binman.patch')
-rw-r--r-- | config/u-boot/default/patches/0004-HACK-Makefile-Ignore-missing-input-files-for-binman.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/u-boot/default/patches/0004-HACK-Makefile-Ignore-missing-input-files-for-binman.patch b/config/u-boot/default/patches/0004-HACK-Makefile-Ignore-missing-input-files-for-binman.patch index e1a26bb4..fc3dea4d 100644 --- a/config/u-boot/default/patches/0004-HACK-Makefile-Ignore-missing-input-files-for-binman.patch +++ b/config/u-boot/default/patches/0004-HACK-Makefile-Ignore-missing-input-files-for-binman.patch @@ -1,4 +1,4 @@ -From ba34d29274c23c52be957ea040539dccbab09765 Mon Sep 17 00:00:00 2001 +From ec8f5b8e949995eb34b7e54b9f06894eb38d02b4 Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak <alpernebiyasak@gmail.com> Date: Wed, 10 Jul 2024 17:37:56 +0300 Subject: [PATCH] HACK: Makefile: Ignore missing input files for binman images @@ -17,7 +17,7 @@ Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile -index 1c754ceb5953..fec8d9b2d2b1 100644 +index 34dd029d0cda..d5d89bd2e35c 100644 --- a/Makefile +++ b/Makefile @@ -1375,7 +1375,7 @@ cmd_binman = $(srctree)/tools/binman/binman $(if $(BINMAN_DEBUG),-D) \ |