| /rk3399_rockchip-uboot/include/configs/ |
| H A D | P3041DS.h | 9760b274df8fdc5a6d124f3192535ebe281a78a6 Mon Nov 26 00:05:38 UTC 2012 Zang Roy-R61911 <tie-fei.zang@freescale.com> 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> 3e0529f742e893653848494ffb9f7cd0d91304bf Mon Nov 21 23:10:22 UTC 2011 Timur Tabi <timur@freescale.com> 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>
|
| H A D | P5020DS.h | 9760b274df8fdc5a6d124f3192535ebe281a78a6 Mon Nov 26 00:05:38 UTC 2012 Zang Roy-R61911 <tie-fei.zang@freescale.com> 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> 3e0529f742e893653848494ffb9f7cd0d91304bf Mon Nov 21 23:10:22 UTC 2011 Timur Tabi <timur@freescale.com> 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>
|
| H A D | P2041RDB.h | 9760b274df8fdc5a6d124f3192535ebe281a78a6 Mon Nov 26 00:05:38 UTC 2012 Zang Roy-R61911 <tie-fei.zang@freescale.com> 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> 3e0529f742e893653848494ffb9f7cd0d91304bf Mon Nov 21 23:10:22 UTC 2011 Timur Tabi <timur@freescale.com> 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>
|
| H A D | P1022DS.h | 9760b274df8fdc5a6d124f3192535ebe281a78a6 Mon Nov 26 00:05:38 UTC 2012 Zang Roy-R61911 <tie-fei.zang@freescale.com> 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> 3e0529f742e893653848494ffb9f7cd0d91304bf Mon Nov 21 23:10:22 UTC 2011 Timur Tabi <timur@freescale.com> 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>
|
| H A D | P1010RDB.h | 9760b274df8fdc5a6d124f3192535ebe281a78a6 Mon Nov 26 00:05:38 UTC 2012 Zang Roy-R61911 <tie-fei.zang@freescale.com> 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>
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | config_mpc85xx.h | 9760b274df8fdc5a6d124f3192535ebe281a78a6 Mon Nov 26 00:05:38 UTC 2012 Zang Roy-R61911 <tie-fei.zang@freescale.com> 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> 3e0529f742e893653848494ffb9f7cd0d91304bf Mon Nov 21 23:10:22 UTC 2011 Timur Tabi <timur@freescale.com> 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>
|