diff options
| author | Adam Ford <[email protected]> | 2019-08-14 08:29:25 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-08-25 19:32:55 -0400 |
| commit | 1bf330150c2a34af797cafa5a09722a2fc4ae233 (patch) | |
| tree | e586ae016e54430c55ef9e0eb643b21652c1857b /arch/arm/include | |
| parent | bf17bcc5b16edcdf679e362e578cde13736ac5bf (diff) | |
Convert CONFIG_ARCH_CPU_INIT to Kconfig
This converts the following to Kconfig:
CONFIG_ARCH_CPU_INIT
Signed-off-by: Adam Ford <[email protected]>
Acked-by: Chris Packham <[email protected]>
Tested-by: Felix Brack <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-lpc32xx/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-lpc32xx/config.h b/arch/arm/include/asm/arch-lpc32xx/config.h index 471a336f13b..0836091af24 100644 --- a/arch/arm/include/asm/arch-lpc32xx/config.h +++ b/arch/arm/include/asm/arch-lpc32xx/config.h @@ -10,7 +10,6 @@ /* Basic CPU architecture */ -#define CONFIG_ARCH_CPU_INIT /* UART configuration */ #if (CONFIG_SYS_LPC32XX_UART == 1) || (CONFIG_SYS_LPC32XX_UART == 2) || \ |
