]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/corenet_ds: move SATA config to board configuration
authorZang Roy-R61911 <tie-fei.zang@freescale.com>
Mon, 26 Nov 2012 00:05:38 +0000 (00:05 +0000)
committerAndy Fleming <afleming@freescale.com>
Wed, 28 Nov 2012 00:28:07 +0000 (18:28 -0600)
commit9760b274df8fdc5a6d124f3192535ebe281a78a6
tree7d8b8ce8ee286dba03a3ecb32908bb399fcb9a2e
parentd607b9684b188d020a00e9cfaa502b782f29d538
powerpc/corenet_ds: move SATA config to board configuration

board configuration file is included before asm/config_mpc85xx.h.
however, CONFIG_FSL_SATA_V2 is defined in asm/config_mpc85xx.h.
it will never take effective in the board configuration file for
this kind of code :

 #ifdef CONFIG_FSL_SATA_V2
 ...
 #endif

To solve this problem, move CONFIG_FSL_SATA_V2 to board
configuration header file.

This patch reverts Timur's
commit:3e0529f742e893653848494ffb9f7cd0d91304bf

Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/include/asm/config_mpc85xx.h
include/configs/P1010RDB.h
include/configs/P1022DS.h
include/configs/P2041RDB.h
include/configs/P3041DS.h
include/configs/P5020DS.h