From ac47750460eac2a29a0c4a3e7c0647f12183f19c Mon Sep 17 00:00:00 2001
From: Masahiro Yamada <yamada.masahiro@socionext.com>
Date: Thu, 26 Oct 2017 21:24:22 +0900
Subject: [PATCH] ARC: remove CONFIG_ARC_UART_BASE

This macro is defined, but not referenced by anyone.

I did not touch config_whitelist.txt - the CONFIG will be dropped
by the next re-sync.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---
 include/configs/nsim.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/nsim.h b/include/configs/nsim.h
index c086de6aa7..c4775e539f 100644
--- a/include/configs/nsim.h
+++ b/include/configs/nsim.h
@@ -30,7 +30,6 @@
  *
  */
 #define CONFIG_ARC_SERIAL
-#define CONFIG_ARC_UART_BASE		0xC0FC1000
 
 /*
  * Command line configuration
-- 
2.30.2