[PATCH 06/22] x86: edison: Drop inclusion of ibmpc.h
Simon Glass
sjg at chromium.org
Mon Jul 31 05:01:49 CEST 2023
This should be included by files that need it, not the config.h file.
Drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/configs/edison.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/include/configs/edison.h b/include/configs/edison.h
index 558c74d7b469..127c2c4546e0 100644
--- a/include/configs/edison.h
+++ b/include/configs/edison.h
@@ -2,10 +2,3 @@
/*
* Copyright (c) 2017 Intel Corp.
*/
-
-#ifndef __CONFIG_H
-#define __CONFIG_H
-
-#include <asm/ibmpc.h>
-
-#endif
--
2.41.0.487.g6d72f3e995-goog
More information about the U-Boot
mailing list