From cf2c7784bd73b77f3a4c423d59d38b47fa0504f1 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 25 Jan 2018 12:05:52 +0100 Subject: pl01x: Convert CONFIG_PL01X_SERIAL to Kconfig We want to use Kconfig logic to depend on whether pl01x devices are built in, so let's convert their inclusion selection to Kconfig. This round goes to pl01x. Signed-off-by: Alexander Graf --- include/configs/stv0991.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/stv0991.h') diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h index beb8f1ae9a..c21fea3fe1 100644 --- a/include/configs/stv0991.h +++ b/include/configs/stv0991.h @@ -25,9 +25,6 @@ (PHYS_SDRAM_1_SIZE - CONFIG_ENV_SIZE) #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 16 * 1024) -/* serial port (PL011) configuration */ -#define CONFIG_PL01X_SERIAL - /* user interface */ #define CONFIG_SYS_CBSIZE 1024 -- cgit