mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
powerpc: T1024RDB: Remove macro CONFIG_T1024RDB
Use TARGET_T1024RDB from Kconfig instead. Signed-off-by: York Sun <york.sun@nxp.com> [trini: Get missing hunk in board/freescale/t102xrdb/ddr.c] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@ -140,7 +140,7 @@ found:
|
||||
popts->wrlvl_ctl_2 = 0x07070606;
|
||||
popts->half_strength_driver_enable = 1;
|
||||
popts->cpo_sample = 0x43;
|
||||
#elif defined(CONFIG_T1024RDB)
|
||||
#elif defined(CONFIG_TARGET_T1024RDB)
|
||||
/* optimize cpo for erratum A-009942 */
|
||||
popts->cpo_sample = 0x52;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user