forked from OERV-BSP/u-boot
common: arm: freescale: layerscape: Move header files out of common.h
We should not have an arch-specific header file in common.h. Adjust the board files a little so it is not needed, and drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -121,4 +121,6 @@
|
||||
#define CONFIG_PANIC_HANG
|
||||
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
|
||||
|
||||
#include <asm/arch/soc.h>
|
||||
|
||||
#endif /* __LS1012A_COMMON_H */
|
||||
|
||||
Reference in New Issue
Block a user