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 0f22606..c3f34a9 100644 --- a/include/configs/nsim.h +++ b/include/configs/nsim.h @@ -25,16 +25,6 @@ #define CONFIG_SYS_LOAD_ADDR 0x82000000 /* - * UART configuration - * - */ -#define CONFIG_ARC_SERIAL - -/* - * Command line configuration - */ - -/* * Environment settings */ #define CONFIG_ENV_SIZE SZ_512 -- cgit v1.1