diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-26 21:24:22 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-27 08:52:22 -0400 |
commit | ac47750460eac2a29a0c4a3e7c0647f12183f19c (patch) | |
tree | d7547150b1a3a63d5df5f13f968851ae2f581677 /include/configs | |
parent | e5fa2b368c1fee747a7638492e256bfd39d95ef5 (diff) | |
download | u-boot-ac47750460eac2a29a0c4a3e7c0647f12183f19c.tar.gz |
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/nsim.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |