diff options
| author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-10-23 22:26:11 +0900 |
|---|---|---|
| committer | Simon Glass <sjg@chromium.org> | 2014-10-23 21:43:09 -0600 |
| commit | ff247b7a0d2f4051786f5be1e73cf90a86b4b641 (patch) | |
| tree | d0b94aacbba0d4074d49df2f64c0a9c54e160a71 /include | |
| parent | d064cbffff37367b64b53f6e6942cbea67109237 (diff) | |
| download | u-boot-ff247b7a0d2f4051786f5be1e73cf90a86b4b641.tar.gz u-boot-ff247b7a0d2f4051786f5be1e73cf90a86b4b641.tar.xz u-boot-ff247b7a0d2f4051786f5be1e73cf90a86b4b641.zip | |
serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ph1_ld4.h | 4 | ||||
| -rw-r--r-- | include/configs/ph1_pro4.h | 4 | ||||
| -rw-r--r-- | include/configs/ph1_sld8.h | 4 |
3 files changed, 3 insertions, 9 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 diff --git a/include/configs/ph1_pro4.h b/include/configs/ph1_pro4.h index 85c14ba6cd..7dd6fd2a92 100644 --- a/include/configs/ph1_pro4.h +++ b/include/configs/ph1_pro4.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 diff --git a/include/configs/ph1_sld8.h b/include/configs/ph1_sld8.h index 41e2299bee..1062aace38 100644 --- a/include/configs/ph1_sld8.h +++ b/include/configs/ph1_sld8.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 |
