]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx28: Rename regs-power.h to regs-power-mx28.h
authorMarek Vasut <marex@denx.de>
Sat, 24 Nov 2012 14:15:51 +0000 (14:15 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 4 Dec 2012 08:01:04 +0000 (09:01 +0100)
commit893aabbead3a6f9cca3cc9aaf7fa7c8c160dcf69
tree7161c0728fd209c5d809556b797086447cc8ede6
parent3642b1c1478897ea8cb51772df39c2f4b5385477
mx28: Rename regs-power.h to regs-power-mx28.h

The i.MX23 has different register layout and bit placement in the
power supply. Thus, in order to be able to add support for MX23,
rename the MX28's regs-power.h to regs-power-mx28.h . Moreover,
add ifdef around inclusion of regs-*-mx28.h in imx-regs.h so the
MX23 boards will include proper set of registers.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/include/asm/arch-mxs/imx-regs.h
arch/arm/include/asm/arch-mxs/regs-power-mx28.h [moved from arch/arm/include/asm/arch-mxs/regs-power.h with 100% similarity]