diff options
Diffstat (limited to 'include/configs/ph1_ld4.h')
-rw-r--r-- | include/configs/ph1_ld4.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/ph1_ld4.h b/include/configs/ph1_ld4.h index a546865937..005a853f56 100644 --- a/include/configs/ph1_ld4.h +++ b/include/configs/ph1_ld4.h @@ -28,9 +28,7 @@ * SoC UART : enable CONFIG_UNIPHIER_SERIAL * On-board UART: enable CONFIG_SYS_NS16550_SERIAL */ -#if 1 -#define CONFIG_UNIPHIER_SERIAL -#else +#if 0 #define CONFIG_SYS_NS16550_SERIAL #endif |