mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
powerpc: T4240QDS: Remove macro CONFIG_T4240QDS
Use CONFIG_TARGET_T4240QDS instead. Signed-off-by: York Sun <york.sun@nxp.com>
This commit is contained in:
@ -391,7 +391,7 @@ const char *serdes_clock_to_string(u32 clock)
|
||||
case SRDS_PLLCR0_RFCK_SEL_161_13:
|
||||
return "161.1328123";
|
||||
default:
|
||||
#if defined(CONFIG_T4240QDS) || defined(CONFIG_TARGET_T4160QDS)
|
||||
#if defined(CONFIG_TARGET_T4240QDS) || defined(CONFIG_TARGET_T4160QDS)
|
||||
return "???";
|
||||
#else
|
||||
return "122.88";
|
||||
|
Reference in New Issue
Block a user