aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-07-30 21:01:49 -0600
committerBin Meng <bmeng.cn@gmail.com>2023-08-09 23:31:12 +0800
commitc0def3207db502e2fab6dec90c035d0f067efdac (patch)
tree3a6b32219fc0e4726474540501947893258817aa
parentdbfb6c096ed1088b3fa2eb9a140393089a3bd731 (diff)
downloadu-boot-c0def3207db502e2fab6dec90c035d0f067efdac.zip
u-boot-c0def3207db502e2fab6dec90c035d0f067efdac.tar.gz
u-boot-c0def3207db502e2fab6dec90c035d0f067efdac.tar.bz2
x86: edison: Drop inclusion of ibmpc.h
This should be included by files that need it, not the config.h file. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> # Intel Edison Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r--include/configs/edison.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/edison.h b/include/configs/edison.h
index 558c74d..127c2c4 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