]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: CONFIG_FSL_SATA_V2 should be defined in config_mpc85xx.h
authorTimur Tabi <timur@freescale.com>
Mon, 21 Nov 2011 23:10:22 +0000 (17:10 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 29 Nov 2011 14:48:06 +0000 (08:48 -0600)
commit3e0529f742e893653848494ffb9f7cd0d91304bf
treeb400bfe8d60505229ffe7e56a4481eb93cb0fc39
parent4108508a96972e1200867666890d19fb63f76025
powerpc/85xx: CONFIG_FSL_SATA_V2 should be defined in config_mpc85xx.h

Macro CONFIG_FSL_SATA_V2 is defined if the SOC has a V2 Freescale SATA
controller, so it should be defined in config_mpc85xx.h instead of the various
board header files.  So now CONFIG_FSL_SATA_V2 is always defined on the P1013,
P1022, P2041, P3041, P5010, and P5020.  It was already defined for the
P1010 and P1014.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/include/asm/config_mpc85xx.h
include/configs/P1022DS.h
include/configs/P2041RDB.h
include/configs/P3041DS.h
include/configs/P5020DS.h