diff options
| author | Tom Rini <[email protected]> | 2022-11-19 18:45:24 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-05 16:07:13 -0500 |
| commit | d5596cbc6e4d189e006f0422b162cd12e07c5b97 (patch) | |
| tree | 24ff20aabd458031930c2b7bd7fef0de28828ec2 /arch/arm/include | |
| parent | 68e54040ccc3c5432be720e0cc6da3489eaceef6 (diff) | |
arm: lpc32xx: Remove unused hsuart driver
This driver is not enabled in any config currently, remove it.
Cc: Trevor Woerner <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-lpc32xx/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/include/asm/arch-lpc32xx/config.h b/arch/arm/include/asm/arch-lpc32xx/config.h index 3ad78cb1e64..41160384a4d 100644 --- a/arch/arm/include/asm/arch-lpc32xx/config.h +++ b/arch/arm/include/asm/arch-lpc32xx/config.h @@ -11,14 +11,6 @@ /* Basic CPU architecture */ -/* UART configuration */ -#if (CONFIG_CONS_INDEX == 1) || (CONFIG_CONS_INDEX == 2) || \ - (CONFIG_CONS_INDEX == 7) -#if !defined(CONFIG_LPC32XX_HSUART) -#define CONFIG_LPC32XX_HSUART -#endif -#endif - #if !defined(CFG_SYS_NS16550_CLK) #define CFG_SYS_NS16550_CLK 13000000 #endif |
