From d678a59d2d719da9e807495b4b021501f2836ca5 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 18 May 2024 20:20:43 -0600 Subject: Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"' I failed to notice that b4 noticed it was based on next and so took that as the base commit and merged that part of next to master. This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35. Reported-by: Jonas Karlman Signed-off-by: Tom Rini --- test/boot/bootdev.c | 1 + test/boot/bootflow.c | 1 + test/boot/bootmeth.c | 1 + test/boot/bootstd_common.c | 1 + test/boot/cedit.c | 1 + test/boot/expo.c | 1 + test/boot/image.c | 1 + test/boot/measurement.c | 1 + test/boot/vbe_fixup.c | 1 + test/boot/vbe_simple.c | 1 + 10 files changed, 10 insertions(+) (limited to 'test/boot') diff --git a/test/boot/bootdev.c b/test/boot/bootdev.c index 6e940002f84..0702fccdae6 100644 --- a/test/boot/bootdev.c +++ b/test/boot/bootdev.c @@ -6,6 +6,7 @@ * Written by Simon Glass */ +#include #include #include #include diff --git a/test/boot/bootflow.c b/test/boot/bootflow.c index 4511cfa7f9b..674d4c05f83 100644 --- a/test/boot/bootflow.c +++ b/test/boot/bootflow.c @@ -6,6 +6,7 @@ * Written by Simon Glass */ +#include #include #include #include diff --git a/test/boot/bootmeth.c b/test/boot/bootmeth.c index 113b789ea79..e498eee036e 100644 --- a/test/boot/bootmeth.c +++ b/test/boot/bootmeth.c @@ -6,6 +6,7 @@ * Written by Simon Glass */ +#include #include #include #include diff --git a/test/boot/bootstd_common.c b/test/boot/bootstd_common.c index e50539500a0..cc97e255e5c 100644 --- a/test/boot/bootstd_common.c +++ b/test/boot/bootstd_common.c @@ -6,6 +6,7 @@ * Written by Simon Glass */ +#include #include #include #include diff --git a/test/boot/cedit.c b/test/boot/cedit.c index fd19da0a0c0..aa417190486 100644 --- a/test/boot/cedit.c +++ b/test/boot/cedit.c @@ -4,6 +4,7 @@ * Written by Simon Glass */ +#include #include #include #include diff --git a/test/boot/expo.c b/test/boot/expo.c index 6ea0184373d..714fdfa415d 100644 --- a/test/boot/expo.c +++ b/test/boot/expo.c @@ -4,6 +4,7 @@ * Written by Simon Glass */ +#include #include #include #include diff --git a/test/boot/image.c b/test/boot/image.c index 0894e30587f..2844b057859 100644 --- a/test/boot/image.c +++ b/test/boot/image.c @@ -6,6 +6,7 @@ * Written by Simon Glass */ +#include #include #include #include diff --git a/test/boot/measurement.c b/test/boot/measurement.c index 29be495412d..9db2ed324c2 100644 --- a/test/boot/measurement.c +++ b/test/boot/measurement.c @@ -6,6 +6,7 @@ * Written by Eddie James */ +#include #include #include #include diff --git a/test/boot/vbe_fixup.c b/test/boot/vbe_fixup.c index 540816e42b0..eba5c4ebe6c 100644 --- a/test/boot/vbe_fixup.c +++ b/test/boot/vbe_fixup.c @@ -6,6 +6,7 @@ * Written by Simon Glass */ +#include #include #include #include diff --git a/test/boot/vbe_simple.c b/test/boot/vbe_simple.c index 3672b744e5f..5e61840652c 100644 --- a/test/boot/vbe_simple.c +++ b/test/boot/vbe_simple.c @@ -6,6 +6,7 @@ * Written by Simon Glass */ +#include #include #include #include -- cgit v1.3.1