diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 13:11:12 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:13 -0800 |
commit | 5d737010738c3a02ff346cae3d69cf20ab328d7f (patch) | |
tree | 1f45be182bf0ad324af92cd195f3032a5b2f1893 /board | |
parent | 95a809b918ac624fe688802745366fcf7d04651e (diff) | |
download | u-boot-5d737010738c3a02ff346cae3d69cf20ab328d7f.tar.gz u-boot-5d737010738c3a02ff346cae3d69cf20ab328d7f.tar.xz u-boot-5d737010738c3a02ff346cae3d69cf20ab328d7f.zip |
powerpc: T1040: Remove macro CONFIG_PPC_T1040
Replace CONFIG_PPC_T1040 with ARCH_T1040 in Kconfig and clean up
existing macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/t102xqds/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t102xqds/spl.c b/board/freescale/t102xqds/spl.c index 61bfb295ef..c9239b87db 100644 --- a/board/freescale/t102xqds/spl.c +++ b/board/freescale/t102xqds/spl.c @@ -66,7 +66,7 @@ void board_init_f(ulong bootflag) u32 plat_ratio, sys_clk, ccb_clk; ccsr_gur_t *gur = (void *)CONFIG_SYS_MPC85xx_GUTS_ADDR; -#if defined(CONFIG_PPC_T1040) && defined(CONFIG_SPL_NAND_BOOT) +#if defined(CONFIG_ARCH_T1040) && defined(CONFIG_SPL_NAND_BOOT) /* * There is T1040 SoC issue where NOR, FPGA are inaccessible during * NAND boot because IFC signals > IFC_AD7 are not enabled. |