diff options
Diffstat (limited to 'meta/recipes-bsp/u-boot/files/0001-include-env.h-Ensure-ulong-is-defined.patch')
| -rw-r--r-- | meta/recipes-bsp/u-boot/files/0001-include-env.h-Ensure-ulong-is-defined.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-bsp/u-boot/files/0001-include-env.h-Ensure-ulong-is-defined.patch b/meta/recipes-bsp/u-boot/files/0001-include-env.h-Ensure-ulong-is-defined.patch index b9118164df..4d623c1f34 100644 --- a/meta/recipes-bsp/u-boot/files/0001-include-env.h-Ensure-ulong-is-defined.patch +++ b/meta/recipes-bsp/u-boot/files/0001-include-env.h-Ensure-ulong-is-defined.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 0565a080d153d5baaaacfeb5045a832e126f4f9e Mon Sep 17 00:00:00 2001 | 1 | From 718170ff3a5e677db7212a86b129dacb28b1cac2 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alistair Francis <alistair.francis@wdc.com> | 2 | From: Alistair Francis <alistair.francis@wdc.com> |
| 3 | Date: Mon, 14 Oct 2019 17:37:30 -0700 | 3 | Date: Mon, 14 Oct 2019 17:37:30 -0700 |
| 4 | Subject: [PATCH] include/env.h: Ensure ulong is defined | 4 | Subject: [PATCH] include/env.h: Ensure ulong is defined |
| @@ -14,7 +14,7 @@ Signed-off-by: Alistair Francis <alistair.francis@wdc.com> | |||
| 14 | 1 file changed, 2 insertions(+) | 14 | 1 file changed, 2 insertions(+) |
| 15 | 15 | ||
| 16 | diff --git a/include/env.h b/include/env.h | 16 | diff --git a/include/env.h b/include/env.h |
| 17 | index b72239f6a5..5ca49a3456 100644 | 17 | index d6c2d751d6..6cf5053431 100644 |
| 18 | --- a/include/env.h | 18 | --- a/include/env.h |
| 19 | +++ b/include/env.h | 19 | +++ b/include/env.h |
| 20 | @@ -13,6 +13,8 @@ | 20 | @@ -13,6 +13,8 @@ |
| @@ -27,5 +27,5 @@ index b72239f6a5..5ca49a3456 100644 | |||
| 27 | 27 | ||
| 28 | /* Value for environment validity */ | 28 | /* Value for environment validity */ |
| 29 | -- | 29 | -- |
| 30 | 2.23.0 | 30 | 2.24.1 |
| 31 | 31 | ||
