diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2019-12-26 13:52:07 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2020-02-12 20:40:24 +0300 |
commit | 1a1383f3678212dd126a2e088b14654bd106ec4c (patch) | |
tree | ac3cc6196d308b975c7679df97dd239cb80dacba /configs/nsim_700_defconfig | |
parent | 9515e41d38cc81046c9bc5c766552ce5e278b263 (diff) | |
download | u-boot-1a1383f3678212dd126a2e088b14654bd106ec4c.tar.gz |
ARC: nsim_{700|700be|hs38be}_defconfigs: Disable networking
We don't have yet any brc700 or big-enadian platforms with networking
support to run this particular configuration.
Whenever QEMU for ARC supports arc700 or big-endian targets we may revisit
this one.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'configs/nsim_700_defconfig')
-rw-r--r-- | configs/nsim_700_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/nsim_700_defconfig b/configs/nsim_700_defconfig index 2d4a58b178..6a38e2c246 100644 --- a/configs/nsim_700_defconfig +++ b/configs/nsim_700_defconfig @@ -14,6 +14,7 @@ CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_DEFAULT_DEVICE_TREE="nsim" CONFIG_SYS_RELOC_GD_ENV_ADDR=y +# CONFIG_NET is not set CONFIG_DM=y CONFIG_DM_SERIAL=y CONFIG_DEBUG_UART_SHIFT=2 |