mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
dbfb6c096e
commit
c0def3207d
1 changed files with 0 additions and 7 deletions
|
@ -2,10 +2,3 @@
|
|||
/*
|
||||
* Copyright (c) 2017 Intel Corp.
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
#define __CONFIG_H
|
||||
|
||||
#include <asm/ibmpc.h>
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue