From d7ac185fd840d1406fcafc1b412482138475af82 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Mon, 21 May 2018 16:40:05 +0300 Subject: serial: Convert ARC_SERIAL to Kconfig One step closer to completely Kconfig-driven target configuration in U-Boot :) Signed-off-by: Alexey Brodkin --- include/configs/nsim.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include') diff --git a/include/configs/nsim.h b/include/configs/nsim.h index 0f22606fee..c3f34a91e4 100644 --- a/include/configs/nsim.h +++ b/include/configs/nsim.h @@ -24,16 +24,6 @@ #define CONFIG_SYS_BOOTM_LEN SZ_32M #define CONFIG_SYS_LOAD_ADDR 0x82000000 -/* - * UART configuration - * - */ -#define CONFIG_ARC_SERIAL - -/* - * Command line configuration - */ - /* * Environment settings */ -- cgit