]> Git Repo - u-boot.git/commit
sunxi: Rename cpu.h to cpu_sun4i.h
authorHans de Goede <[email protected]>
Tue, 13 Jan 2015 17:13:50 +0000 (18:13 +0100)
committerHans de Goede <[email protected]>
Thu, 22 Jan 2015 11:34:55 +0000 (12:34 +0100)
commit9803e4e1db1a501c9f45ffb565d08771304168cf
tree167c30967a8247a8341849a61f19822010522392
parentcc67a0b6e5eb0a96743d2513ab6037bd13d183d5
sunxi: Rename cpu.h to cpu_sun4i.h

sun4i - sun8i have (aprox.) the same iomem layout, but sun9i is quite
different, so add a wrapper cpu.h which includes the right mach specific
cpu_sun#i.h based on mach, like we already do with clock.h and dram.h .

Signed-off-by: Hans de Goede <[email protected]>
Acked-by: Ian Campbell <[email protected]>
arch/arm/include/asm/arch-sunxi/cpu.h
arch/arm/include/asm/arch-sunxi/cpu_sun4i.h [new file with mode: 0644]
This page took 0.033728 seconds and 4 git commands to generate.