
1 Nov
2012
1 Nov
'12
5:20 p.m.
On Thu, Nov 1, 2012 at 3:13 AM, Roy Zang tie-fei.zang@freescale.com wrote:
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.
http://patchwork.ozlabs.org/patch/126958/
--
Timur Tabi
Linux kernel developer at Freescale