diff options
author | Tom Rini <trini@konsulko.com> | 2018-06-04 11:57:37 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-04 11:57:37 -0400 |
commit | 358b6a20e4428f1834dc96aff14077d43e9cd190 (patch) | |
tree | 42274d716428a5c12a0ee1be39ec7f32faa452fc /configs/nsim_700_defconfig | |
parent | 35ada864decc17ac59b4ee43699e0a55d09dea48 (diff) | |
download | u-boot-358b6a20e4428f1834dc96aff14077d43e9cd190.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/nsim_700_defconfig')
-rw-r--r-- | configs/nsim_700_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/nsim_700_defconfig b/configs/nsim_700_defconfig index b10044986f..4115f1e353 100644 --- a/configs/nsim_700_defconfig +++ b/configs/nsim_700_defconfig @@ -1,6 +1,8 @@ CONFIG_ARC=y CONFIG_TARGET_NSIM=y CONFIG_SYS_TEXT_BASE=0x81000000 +CONFIG_DEBUG_UART_BASE=0xc0fc1000 +CONFIG_DEBUG_UART_CLOCK=70000000 CONFIG_SYS_CLK_FREQ=70000000 CONFIG_DEFAULT_DEVICE_TREE="nsim" CONFIG_DEBUG_UART=y @@ -15,7 +17,5 @@ CONFIG_OF_EMBED=y CONFIG_DM=y CONFIG_DM_SERIAL=y CONFIG_DEBUG_ARC_SERIAL=y -CONFIG_DEBUG_UART_BASE=0xc0fc1000 -CONFIG_DEBUG_UART_CLOCK=70000000 CONFIG_ARC_SERIAL=y CONFIG_USE_PRIVATE_LIBGCC=y |