common: Drop log.h from common header
Move this header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		
							parent
							
								
									3c7dded8e1
								
							
						
					
					
						commit
						f7ae49fc4f
					
				|  | @ -6,6 +6,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <api_public.h> | #include <api_public.h> | ||||||
| #include <lcd.h> | #include <lcd.h> | ||||||
|  | #include <log.h> | ||||||
| #include <video_font.h> /* Get font width and height */ | #include <video_font.h> /* Get font width and height */ | ||||||
| 
 | 
 | ||||||
| /* lcd.h needs BMP_LOGO_HEIGHT to calculate CONSOLE_ROWS */ | /* lcd.h needs BMP_LOGO_HEIGHT to calculate CONSOLE_ROWS */ | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
| #include <image.h> | #include <image.h> | ||||||
| #include <irq_func.h> | #include <irq_func.h> | ||||||
| #include <lmb.h> | #include <lmb.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| 
 | 
 | ||||||
| DECLARE_GLOBAL_DATA_PTR; | DECLARE_GLOBAL_DATA_PTR; | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <elf.h> | #include <elf.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm-generic/sections.h> | #include <asm-generic/sections.h> | ||||||
| 
 | 
 | ||||||
| extern ulong __image_copy_start; | extern ulong __image_copy_start; | ||||||
|  |  | ||||||
|  | @ -10,6 +10,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <linux/errno.h> | #include <linux/errno.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/clock.h> | #include <asm/arch/clock.h> | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <config.h> | #include <config.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <serial.h> | #include <serial.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
|  |  | ||||||
|  | @ -8,6 +8,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <config.h> | #include <config.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <config.h> | #include <config.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
| #include <asm/arch/sys_proto.h> | #include <asm/arch/sys_proto.h> | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <config.h> | #include <config.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -10,6 +10,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <linux/errno.h> | #include <linux/errno.h> | ||||||
| #include <bitfield.h> | #include <bitfield.h> | ||||||
|  |  | ||||||
|  | @ -10,6 +10,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <linux/errno.h> | #include <linux/errno.h> | ||||||
| #include <bitfield.h> | #include <bitfield.h> | ||||||
|  |  | ||||||
|  | @ -11,6 +11,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <bootm.h> | #include <bootm.h> | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/armv7.h> | #include <asm/armv7.h> | ||||||
| #include <asm/secure.h> | #include <asm/secure.h> | ||||||
| #include <asm/setjmp.h> | #include <asm/setjmp.h> | ||||||
|  |  | ||||||
|  | @ -4,6 +4,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/arch/clock.h> | #include <asm/arch/clock.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/fsl_serdes.h> | #include <asm/arch/fsl_serdes.h> | ||||||
|  |  | ||||||
|  | @ -17,6 +17,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <errno.h> | #include <errno.h> | ||||||
|  | #include <log.h> | ||||||
| #include <stdio_dev.h> | #include <stdio_dev.h> | ||||||
| #include <linux/ctype.h> | #include <linux/ctype.h> | ||||||
| #include <linux/types.h> | #include <linux/types.h> | ||||||
|  |  | ||||||
|  | @ -7,6 +7,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
| #include <errno.h> | #include <errno.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/armv7m.h> | #include <asm/armv7m.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
|  |  | ||||||
|  | @ -10,6 +10,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| #include <asm/system.h> | #include <asm/system.h> | ||||||
| #include <asm/armv8/mmu.h> | #include <asm/armv8/mmu.h> | ||||||
|  |  | ||||||
|  | @ -11,6 +11,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <bootm.h> | #include <bootm.h> | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| #include <asm/setjmp.h> | #include <asm/setjmp.h> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -10,6 +10,7 @@ | ||||||
| #include <fsl_ddr_sdram.h> | #include <fsl_ddr_sdram.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
|  | #include <log.h> | ||||||
| #include <net.h> | #include <net.h> | ||||||
| #include <vsprintf.h> | #include <vsprintf.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
|  |  | ||||||
|  | @ -7,6 +7,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <clock_legacy.h> | #include <clock_legacy.h> | ||||||
| #include <efi_loader.h> | #include <efi_loader.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| #include <linux/libfdt.h> | #include <linux/libfdt.h> | ||||||
| #include <fdt_support.h> | #include <fdt_support.h> | ||||||
|  |  | ||||||
|  | @ -4,6 +4,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <linux/errno.h> | #include <linux/errno.h> | ||||||
| #include <asm/arch/fsl_serdes.h> | #include <asm/arch/fsl_serdes.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <env.h> | #include <env.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <linux/errno.h> | #include <linux/errno.h> | ||||||
| #include <asm/arch/fsl_serdes.h> | #include <asm/arch/fsl_serdes.h> | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <fdt_support.h> | #include <fdt_support.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/arch-fsl-layerscape/immap_lsch3.h> | #include <asm/arch-fsl-layerscape/immap_lsch3.h> | ||||||
| #include <asm/arch-fsl-layerscape/fsl_icid.h> | #include <asm/arch-fsl-layerscape/fsl_icid.h> | ||||||
| #include <asm/arch-fsl-layerscape/fsl_portals.h> | #include <asm/arch-fsl-layerscape/fsl_portals.h> | ||||||
|  |  | ||||||
|  | @ -3,6 +3,7 @@ | ||||||
|  * Copyright 2016 NXP Semiconductor, Inc. |  * Copyright 2016 NXP Semiconductor, Inc. | ||||||
|  */ |  */ | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <malloc.h> | #include <malloc.h> | ||||||
| #include <config.h> | #include <config.h> | ||||||
| #include <errno.h> | #include <errno.h> | ||||||
|  |  | ||||||
|  | @ -12,6 +12,7 @@ | ||||||
| #include <fsl_ifc.h> | #include <fsl_ifc.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
| #include <linux/sizes.h> | #include <linux/sizes.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/arch/fsl_serdes.h> | #include <asm/arch/fsl_serdes.h> | ||||||
| #include <asm/arch/soc.h> | #include <asm/arch/soc.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
| #include <env.h> | #include <env.h> | ||||||
| #include <image.h> | #include <image.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <spl.h> | #include <spl.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <fdtdec.h> | #include <fdtdec.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/gpio.h> | #include <asm/gpio.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/pinmux.h> | #include <asm/arch/pinmux.h> | ||||||
|  |  | ||||||
|  | @ -8,6 +8,7 @@ | ||||||
| #include <errno.h> | #include <errno.h> | ||||||
| #include <fdt_support.h> | #include <fdt_support.h> | ||||||
| #include <image.h> | #include <image.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| #include <linux/kernel.h> | #include <linux/kernel.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| #ifndef _SC_SCI_H | #ifndef _SC_SCI_H | ||||||
| #define _SC_SCI_H | #define _SC_SCI_H | ||||||
| 
 | 
 | ||||||
|  | #include <log.h> | ||||||
| #include <asm/arch/sci/types.h> | #include <asm/arch/sci/types.h> | ||||||
| #include <asm/arch/sci/svc/misc/api.h> | #include <asm/arch/sci/svc/misc/api.h> | ||||||
| #include <asm/arch/sci/svc/pad/api.h> | #include <asm/arch/sci/svc/pad/api.h> | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
| #include <lmb.h> | #include <lmb.h> | ||||||
|  | #include <log.h> | ||||||
| #include <dm/root.h> | #include <dm/root.h> | ||||||
| #include <env.h> | #include <env.h> | ||||||
| #include <image.h> | #include <image.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/system.h> | #include <asm/system.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| #include <linux/compiler.h> | #include <linux/compiler.h> | ||||||
|  |  | ||||||
|  | @ -8,6 +8,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
|  | #include <log.h> | ||||||
| #include <malloc.h> | #include <malloc.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -14,6 +14,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <command.h> | #include <command.h> | ||||||
| #include <env.h> | #include <env.h> | ||||||
|  | #include <log.h> | ||||||
| 
 | 
 | ||||||
| #define SYSOPEN		0x01 | #define SYSOPEN		0x01 | ||||||
| #define SYSCLOSE	0x02 | #define SYSCLOSE	0x02 | ||||||
|  |  | ||||||
|  | @ -10,6 +10,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <config.h> | #include <config.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <spl.h> | #include <spl.h> | ||||||
| #include <image.h> | #include <image.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <ram.h> | #include <ram.h> | ||||||
| #include <timer.h> | #include <timer.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
| #include <clk.h> | #include <clk.h> | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
| #include <errno.h> | #include <errno.h> | ||||||
|  | #include <log.h> | ||||||
| #include <ram.h> | #include <ram.h> | ||||||
| #include <regmap.h> | #include <regmap.h> | ||||||
| #include <reset.h> | #include <reset.h> | ||||||
|  |  | ||||||
|  | @ -44,6 +44,7 @@ | ||||||
|  */ |  */ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <flash.h> | #include <flash.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/hardware.h> | #include <asm/arch/hardware.h> | ||||||
| #include <asm/arch/at91_common.h> | #include <asm/arch/at91_common.h> | ||||||
|  |  | ||||||
|  | @ -11,6 +11,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/at91_common.h> | #include <asm/arch/at91_common.h> | ||||||
| #include <asm/arch/at91sam9_matrix.h> | #include <asm/arch/at91sam9_matrix.h> | ||||||
|  |  | ||||||
|  | @ -7,6 +7,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/at91_common.h> | #include <asm/arch/at91_common.h> | ||||||
| #include <asm/arch/at91_pit.h> | #include <asm/arch/at91_pit.h> | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/base.h> | #include <asm/arch/base.h> | ||||||
|  |  | ||||||
|  | @ -12,6 +12,7 @@ | ||||||
| #include <env.h> | #include <env.h> | ||||||
| #include <i2c.h> | #include <i2c.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <net.h> | #include <net.h> | ||||||
| #include <asm/arch/hardware.h> | #include <asm/arch/hardware.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/clock.h> | #include <asm/arch/clock.h> | ||||||
| #include <asm/arch/clk.h> | #include <asm/arch/clk.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <fdtdec.h> | #include <fdtdec.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/gpio.h> | #include <asm/gpio.h> | ||||||
| #include <asm/arch/pinmux.h> | #include <asm/arch/pinmux.h> | ||||||
| #include <asm/arch/sromc.h> | #include <asm/arch/sromc.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <config.h> | #include <config.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| 
 | 
 | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| #include <asm/arch/clock.h> | #include <asm/arch/clock.h> | ||||||
|  |  | ||||||
|  | @ -7,6 +7,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <command.h> | #include <command.h> | ||||||
|  | #include <log.h> | ||||||
| #include <malloc.h> | #include <malloc.h> | ||||||
| #include <asm/byteorder.h> | #include <asm/byteorder.h> | ||||||
| #include <linux/compiler.h> | #include <linux/compiler.h> | ||||||
|  |  | ||||||
|  | @ -13,6 +13,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <command.h> | #include <command.h> | ||||||
|  | #include <log.h> | ||||||
| #include <malloc.h> | #include <malloc.h> | ||||||
| #include <nand.h> | #include <nand.h> | ||||||
| #include <dm/devres.h> | #include <dm/devres.h> | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
| #include <bootm.h> | #include <bootm.h> | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <net.h> | #include <net.h> | ||||||
| #include <netdev.h> | #include <netdev.h> | ||||||
| #include <linux/errno.h> | #include <linux/errno.h> | ||||||
|  |  | ||||||
|  | @ -8,6 +8,7 @@ | ||||||
|  */ |  */ | ||||||
| /* #define DEBUG */ | /* #define DEBUG */ | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
| #include <linux/bitmap.h> | #include <linux/bitmap.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <command.h> | #include <command.h> | ||||||
| #include <errno.h> | #include <errno.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/sci/sci.h> | #include <asm/arch/sci/sci.h> | ||||||
| #include <asm/mach-imx/sys_proto.h> | #include <asm/mach-imx/sys_proto.h> | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| #include <dm/device-internal.h> | #include <dm/device-internal.h> | ||||||
| #include <dm/lists.h> | #include <dm/lists.h> | ||||||
|  |  | ||||||
|  | @ -4,6 +4,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/arch/sci/sci.h> | #include <asm/arch/sci/sci.h> | ||||||
| #include <asm/arch/sys_proto.h> | #include <asm/arch/sys_proto.h> | ||||||
| #include <dm/ofnode.h> | #include <dm/ofnode.h> | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <errno.h> | #include <errno.h> | ||||||
|  | #include <log.h> | ||||||
| #include <malloc.h> | #include <malloc.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <mmc.h> | #include <mmc.h> | ||||||
|  |  | ||||||
|  | @ -4,6 +4,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/iomux.h> | #include <asm/arch/iomux.h> | ||||||
| #include <asm/arch/sci/sci.h> | #include <asm/arch/sci/sci.h> | ||||||
|  |  | ||||||
|  | @ -1,5 +1,6 @@ | ||||||
| // SPDX-License-Identifier: GPL-2.0+
 | // SPDX-License-Identifier: GPL-2.0+
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/arch/sci/sci.h> | #include <asm/arch/sci/sci.h> | ||||||
| #include <asm/mach-imx/sys_proto.h> | #include <asm/mach-imx/sys_proto.h> | ||||||
| #include <imx_sip.h> | #include <imx_sip.h> | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <errno.h> | #include <errno.h> | ||||||
|  | #include <log.h> | ||||||
| #include <spl.h> | #include <spl.h> | ||||||
| #include <asm/arch/image.h> | #include <asm/arch/image.h> | ||||||
| #include <asm/arch/sci/sci.h> | #include <asm/arch/sci/sci.h> | ||||||
|  |  | ||||||
|  | @ -8,6 +8,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/clock.h> | #include <asm/arch/clock.h> | ||||||
|  |  | ||||||
|  | @ -4,6 +4,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/mach-imx/sys_proto.h> | #include <asm/mach-imx/sys_proto.h> | ||||||
| #include <command.h> | #include <command.h> | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <lmb.h> | #include <lmb.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/arch/sys_proto.h> | #include <asm/arch/sys_proto.h> | ||||||
| #include <linux/errno.h> | #include <linux/errno.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
|  |  | ||||||
|  | @ -8,6 +8,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <command.h> | #include <command.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <linux/errno.h> | #include <linux/errno.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <command.h> | #include <command.h> | ||||||
| #include <div64.h> | #include <div64.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <linux/errno.h> | #include <linux/errno.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
|  | #include <log.h> | ||||||
| #include <linux/types.h> | #include <linux/types.h> | ||||||
| #include <asm/arch/clock.h> | #include <asm/arch/clock.h> | ||||||
| #include <asm/arch/mx6-ddr.h> | #include <asm/arch/mx6-ddr.h> | ||||||
|  |  | ||||||
|  | @ -10,6 +10,7 @@ | ||||||
| #include <clock_legacy.h> | #include <clock_legacy.h> | ||||||
| #include <command.h> | #include <command.h> | ||||||
| #include <div64.h> | #include <div64.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <linux/errno.h> | #include <linux/errno.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
|  |  | ||||||
|  | @ -3,6 +3,7 @@ | ||||||
|  * Copyright (C) 2016 Freescale Semiconductor, Inc. |  * Copyright (C) 2016 Freescale Semiconductor, Inc. | ||||||
|  */ |  */ | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
| #include <asm/arch/iomux.h> | #include <asm/arch/iomux.h> | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <div64.h> | #include <div64.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <errno.h> | #include <errno.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <div64.h> | #include <div64.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <errno.h> | #include <errno.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/clock.h> | #include <asm/arch/clock.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/imx-regs.h> | #include <asm/arch/imx-regs.h> | ||||||
| #include <asm/arch/sys_proto.h> | #include <asm/arch/sys_proto.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <errno.h> | #include <errno.h> | ||||||
| #include <image.h> | #include <image.h> | ||||||
|  | #include <log.h> | ||||||
| #include <linux/libfdt.h> | #include <linux/libfdt.h> | ||||||
| #include <spl.h> | #include <spl.h> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -10,6 +10,7 @@ | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
| #include <image.h> | #include <image.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <spl.h> | #include <spl.h> | ||||||
| #include "common.h" | #include "common.h" | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
|  |  | ||||||
|  | @ -11,6 +11,7 @@ | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
| #include <image.h> | #include <image.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| #include <linux/soc/ti/ti_sci_protocol.h> | #include <linux/soc/ti/ti_sci_protocol.h> | ||||||
| #include <mach/spl.h> | #include <mach/spl.h> | ||||||
|  |  | ||||||
|  | @ -8,6 +8,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <image.h> | #include <image.h> | ||||||
|  | #include <log.h> | ||||||
| #include <spl.h> | #include <spl.h> | ||||||
| #include <malloc.h> | #include <malloc.h> | ||||||
| #include <remoteproc.h> | #include <remoteproc.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| 
 | 
 | ||||||
| #include <i2c.h> | #include <i2c.h> | ||||||
| #include <ddr_spd.h> | #include <ddr_spd.h> | ||||||
|  |  | ||||||
|  | @ -10,6 +10,7 @@ | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
| #include <env.h> | #include <env.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <net.h> | #include <net.h> | ||||||
| #include <netdev.h> | #include <netdev.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
|  |  | ||||||
|  | @ -10,6 +10,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/cpu.h> | #include <asm/arch/cpu.h> | ||||||
| #include <asm/arch/soc.h> | #include <asm/arch/soc.h> | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
| #include <fdtdec.h> | #include <fdtdec.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <ram.h> | #include <ram.h> | ||||||
| #include <asm/arch/misc.h> | #include <asm/arch/misc.h> | ||||||
| #include <asm/sections.h> | #include <asm/sections.h> | ||||||
|  |  | ||||||
|  | @ -11,6 +11,7 @@ | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
| #include <fdtdec.h> | #include <fdtdec.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <ram.h> | #include <ram.h> | ||||||
| #include <wdt.h> | #include <wdt.h> | ||||||
| #include <asm/arch/misc.h> | #include <asm/arch/misc.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <net.h> | #include <net.h> | ||||||
| #include <asm/arch/boot.h> | #include <asm/arch/boot.h> | ||||||
| #include <asm/arch/eth.h> | #include <asm/arch/eth.h> | ||||||
|  |  | ||||||
|  | @ -8,6 +8,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <command.h> | #include <command.h> | ||||||
| #include <env.h> | #include <env.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/arch/sm.h> | #include <asm/arch/sm.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| #include <linux/err.h> | #include <linux/err.h> | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
| #include <fdtdec.h> | #include <fdtdec.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <spl.h> | #include <spl.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/cpu.h> | #include <asm/arch/cpu.h> | ||||||
|  |  | ||||||
|  | @ -10,6 +10,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/arch/cpu.h> | #include <asm/arch/cpu.h> | ||||||
| #include <asm/arch/clock.h> | #include <asm/arch/clock.h> | ||||||
| #include <asm/arch/hardware.h> | #include <asm/arch/hardware.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/arch/cpu.h> | #include <asm/arch/cpu.h> | ||||||
| #include <asm/arch/ddr_defs.h> | #include <asm/arch/ddr_defs.h> | ||||||
| #include <asm/arch/sys_proto.h> | #include <asm/arch/sys_proto.h> | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <ahci.h> | #include <ahci.h> | ||||||
|  | #include <log.h> | ||||||
| #include <spl.h> | #include <spl.h> | ||||||
| #include <asm/omap_common.h> | #include <asm/omap_common.h> | ||||||
| #include <asm/arch/omap.h> | #include <asm/arch/omap.h> | ||||||
|  |  | ||||||
|  | @ -16,6 +16,7 @@ | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
| #include <i2c.h> | #include <i2c.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/omap_common.h> | #include <asm/omap_common.h> | ||||||
| #include <asm/gpio.h> | #include <asm/gpio.h> | ||||||
| #include <asm/arch/clock.h> | #include <asm/arch/clock.h> | ||||||
|  |  | ||||||
|  | @ -11,6 +11,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <net.h> | #include <net.h> | ||||||
| #include <asm/emif.h> | #include <asm/emif.h> | ||||||
| #include <asm/arch/clock.h> | #include <asm/arch/clock.h> | ||||||
|  |  | ||||||
|  | @ -4,6 +4,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <linux/libfdt.h> | #include <linux/libfdt.h> | ||||||
| #include <fdt_support.h> | #include <fdt_support.h> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -13,6 +13,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
| 
 | 
 | ||||||
| DECLARE_GLOBAL_DATA_PTR; | DECLARE_GLOBAL_DATA_PTR; | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/am35x_def.h> | #include <asm/arch/am35x_def.h> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -8,6 +8,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/utils.h> | #include <asm/utils.h> | ||||||
| #include <asm/arch/dra7xx_iodelay.h> | #include <asm/arch/dra7xx_iodelay.h> | ||||||
| #include <asm/arch/omap.h> | #include <asm/arch/omap.h> | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ | ||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/emif.h> | #include <asm/emif.h> | ||||||
| #include <asm/arch/sys_proto.h> | #include <asm/arch/sys_proto.h> | ||||||
| #include <asm/utils.h> | #include <asm/utils.h> | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
|  | #include <log.h> | ||||||
| #include <linux/libfdt.h> | #include <linux/libfdt.h> | ||||||
| #include <fdt_support.h> | #include <fdt_support.h> | ||||||
| #include <malloc.h> | #include <malloc.h> | ||||||
|  |  | ||||||
|  | @ -17,6 +17,7 @@ | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <stdarg.h> | #include <stdarg.h> | ||||||
| 
 | 
 | ||||||
| #include <asm/arch/sys_proto.h> | #include <asm/arch/sys_proto.h> | ||||||
|  |  | ||||||
|  | @ -7,6 +7,7 @@ | ||||||
| #include <cpu_func.h> | #include <cpu_func.h> | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <ram.h> | #include <ram.h> | ||||||
| #include <syscon.h> | #include <syscon.h> | ||||||
| #include <asm/cache.h> | #include <asm/cache.h> | ||||||
|  |  | ||||||
|  | @ -7,6 +7,7 @@ | ||||||
| #include <adc.h> | #include <adc.h> | ||||||
| #include <command.h> | #include <command.h> | ||||||
| #include <env.h> | #include <env.h> | ||||||
|  | #include <log.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch-rockchip/boot_mode.h> | #include <asm/arch-rockchip/boot_mode.h> | ||||||
| #include <dm/device.h> | #include <dm/device.h> | ||||||
|  |  | ||||||
|  | @ -13,6 +13,7 @@ | ||||||
| #include <env.h> | #include <env.h> | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
| #include <hash.h> | #include <hash.h> | ||||||
|  | #include <log.h> | ||||||
| #include <dm/uclass-internal.h> | #include <dm/uclass-internal.h> | ||||||
| #include <misc.h> | #include <misc.h> | ||||||
| #include <u-boot/crc.h> | #include <u-boot/crc.h> | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
|  | #include <log.h> | ||||||
| #include <syscon.h> | #include <syscon.h> | ||||||
| #include <asm/arch-rockchip/clock.h> | #include <asm/arch-rockchip/clock.h> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
| #include <hang.h> | #include <hang.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <syscon.h> | #include <syscon.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch-rockchip/bootrom.h> | #include <asm/arch-rockchip/bootrom.h> | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
|  | #include <log.h> | ||||||
| #include <syscon.h> | #include <syscon.h> | ||||||
| #include <asm/arch-rockchip/clock.h> | #include <asm/arch-rockchip/clock.h> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
|  | #include <log.h> | ||||||
| #include <syscon.h> | #include <syscon.h> | ||||||
| #include <asm/arch-rockchip/clock.h> | #include <asm/arch-rockchip/clock.h> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -7,6 +7,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
|  | #include <log.h> | ||||||
| #include <syscon.h> | #include <syscon.h> | ||||||
| #include <asm/arch-rockchip/clock.h> | #include <asm/arch-rockchip/clock.h> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <fdt_support.h> | #include <fdt_support.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <spl.h> | #include <spl.h> | ||||||
| #include <spl_gpio.h> | #include <spl_gpio.h> | ||||||
| #include <syscon.h> | #include <syscon.h> | ||||||
|  |  | ||||||
|  | @ -5,6 +5,7 @@ | ||||||
| 
 | 
 | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
|  | #include <log.h> | ||||||
| #include <syscon.h> | #include <syscon.h> | ||||||
| #include <asm/arch-rockchip/clock.h> | #include <asm/arch-rockchip/clock.h> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -6,6 +6,7 @@ | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
|  | #include <log.h> | ||||||
| #include <ram.h> | #include <ram.h> | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch-rockchip/sdram.h> | #include <asm/arch-rockchip/sdram.h> | ||||||
|  |  | ||||||
Some files were not shown because too many files have changed in this diff Show More
		Loading…
	
		Reference in New Issue