From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../0001-Set-up-environment-for-OSTree-integration.patch | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'external/meta-updater-qemux86-64/recipes-bsp/u-boot/files/0001-Set-up-environment-for-OSTree-integration.patch') diff --git a/external/meta-updater-qemux86-64/recipes-bsp/u-boot/files/0001-Set-up-environment-for-OSTree-integration.patch b/external/meta-updater-qemux86-64/recipes-bsp/u-boot/files/0001-Set-up-environment-for-OSTree-integration.patch index 8e155d30..770f9b90 100644 --- a/external/meta-updater-qemux86-64/recipes-bsp/u-boot/files/0001-Set-up-environment-for-OSTree-integration.patch +++ b/external/meta-updater-qemux86-64/recipes-bsp/u-boot/files/0001-Set-up-environment-for-OSTree-integration.patch @@ -1,4 +1,4 @@ -From 6c1f0bd556ce99b5eb2bab9093daa5276f275ee2 Mon Sep 17 00:00:00 2001 +From e8fbb1628628c69bb0b87c7824d2646492a66385 Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Fri, 20 Jul 2018 16:09:20 +0200 Subject: [PATCH] qemu-x86.h: Set up environment for OSTree integration @@ -10,17 +10,18 @@ Includes fix for u-boot 2018.07 (explicit IDE initialization) Co-Authored-By: Anton Gerasimov Co-Authored-By: Leon Anavi Signed-off-by: Laurent Bonnans + --- include/configs/qemu-x86.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h -index 4b9ddd6f25..ff4b1d14d6 100644 +index 64e7a60b8a..c86d256aa7 100644 --- a/include/configs/qemu-x86.h +++ b/include/configs/qemu-x86.h -@@ -42,4 +42,25 @@ +@@ -35,4 +35,25 @@ + #define CONFIG_SPL_BOARD_LOAD_IMAGE - #define BOOT_DEVICE_BOARD 11 +#undef CONFIG_BOOTARGS + @@ -44,6 +45,3 @@ index 4b9ddd6f25..ff4b1d14d6 100644 + "loadenv=if ext2load ide 0 $loadaddr /boot/loader/uEnv.txt; then env import -t $loadaddr $filesize; fi;" + #endif /* __CONFIG_H */ --- -2.18.0 - -- cgit 1.2.3-korg