[PATCH 2/4] Revert "powerpc: fix regression in arch_initr_trap()"
Tom Rini
trini at konsulko.com
Thu Jun 3 15:39:00 CEST 2021
With the changes in commit 588efcdd72fc ("powerpc: Don't use relative
include for config.h in global_data.h") fixing the root of the problem,
we no longer need this re-inclusion.
This reverts commit f6c0d365d3e8ee8e4fd3ebe2ed957c2bca9d3328.
Cc: Matt Merhar <mattmerhar at protonmail.com>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
I will need to reword this to have the right commit ID when merging.
---
arch/powerpc/lib/traps.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/powerpc/lib/traps.c b/arch/powerpc/lib/traps.c
index ab8ca269a50c..c7bce82a44b3 100644
--- a/arch/powerpc/lib/traps.c
+++ b/arch/powerpc/lib/traps.c
@@ -4,7 +4,6 @@
* Wolfgang Denk, DENX Software Engineering, wd at denx.de.
*/
-#include <common.h>
#include <init.h>
#include <asm/global_data.h>
--
2.17.1
More information about the U-Boot
mailing list