aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTrevor Woerner2021-06-10 22:37:02 -0400
committerTom Rini2021-07-06 14:11:50 -0400
commitbd4dbf9e435345cf859922fca74dc0603d7dac2b (patch)
tree947c60f5230b46fca0a2279df607a640c88c8bdd /include/configs
parent3a37386f18c82f7270e892dbd51e3f00cf5d8a19 (diff)
lpc32xx: Kconfig: switch to CONFIG_CONS_INDEX
There's nothing special or unique to the lpc32xx that requires its own config parameter for specifying the console uart index. Therefore instead of using the lpc32xx-specific CONFIG_SYS_LPC32XX_UART include parameter, use the already-available CONFIG_CONS_INDEX from Kconfig. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/devkit3250.h5
-rw-r--r--include/configs/work_92105.h5
2 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h
index 5d2b77b4a37..921a38c01ea 100644
--- a/include/configs/devkit3250.h
+++ b/include/configs/devkit3250.h
@@ -31,11 +31,6 @@
- GENERATED_GBL_DATA_SIZE)
/*
- * Serial Driver
- */
-#define CONFIG_SYS_LPC32XX_UART 5 /* UART5 */
-
-/*
* DMA
*/
#if !defined(CONFIG_SPL_BUILD)
diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h
index 7874b77f3f8..076a1b065eb 100644
--- a/include/configs/work_92105.h
+++ b/include/configs/work_92105.h
@@ -36,11 +36,6 @@
- GENERATED_GBL_DATA_SIZE)
/*
- * Serial Driver
- */
-#define CONFIG_SYS_LPC32XX_UART 5 /* UART5 - NS16550 */
-
-/*
* Ethernet Driver
*/