diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2018-05-21 16:40:05 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2018-05-24 15:59:17 +0300 |
commit | d7ac185fd840d1406fcafc1b412482138475af82 (patch) | |
tree | 8657afa87dc72861644f9b9e7416dbe3ed2bc5e6 /include | |
parent | b271d366cc2772368fa581a9fdd6e1fae1756ce0 (diff) |
serial: Convert ARC_SERIAL to Kconfig
One step closer to completely Kconfig-driven target configuration in
U-Boot :)
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/nsim.h | 10 |
1 files changed, 0 insertions, 10 deletions
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 @@ -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 |