mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
arm: Remove include files from common.h
With a small tweak we can avoid including these files for all boards. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@ -31,6 +31,9 @@
|
||||
#include <trace.h>
|
||||
#include <video.h>
|
||||
#include <watchdog.h>
|
||||
#ifdef CONFIG_MACH_TYPE
|
||||
#include <asm/mach-types.h>
|
||||
#endif
|
||||
#if defined(CONFIG_MP) && defined(CONFIG_PPC)
|
||||
#include <asm/mp.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user