diff options
Diffstat (limited to 'roms/u-boot/configs/nsim_hs38be_defconfig')
-rw-r--r-- | roms/u-boot/configs/nsim_hs38be_defconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/roms/u-boot/configs/nsim_hs38be_defconfig b/roms/u-boot/configs/nsim_hs38be_defconfig new file mode 100644 index 000000000..41e3618ff --- /dev/null +++ b/roms/u-boot/configs/nsim_hs38be_defconfig @@ -0,0 +1,24 @@ +CONFIG_ARC=y +CONFIG_ISA_ARCV2=y +CONFIG_CPU_BIG_ENDIAN=y +CONFIG_TARGET_NSIM=y +CONFIG_NSIM_BOARD_CPPFLAGS="-mcpu=archs" +CONFIG_SYS_TEXT_BASE=0x81000000 +CONFIG_DEFAULT_DEVICE_TREE="nsim" +CONFIG_DEBUG_UART_BASE=0xf0000000 +CONFIG_DEBUG_UART_CLOCK=70000000 +CONFIG_SYS_CLK_FREQ=70000000 +CONFIG_DEBUG_UART=y +CONFIG_BOOTDELAY=3 +CONFIG_USE_BOOTARGS=y +CONFIG_BOOTARGS="console=ttyS0,115200n8" +CONFIG_SYS_PROMPT="nsim# " +# CONFIG_CMD_SETEXPR is not set +CONFIG_OF_CONTROL=y +CONFIG_OF_EMBED=y +CONFIG_SYS_RELOC_GD_ENV_ADDR=y +# CONFIG_NET is not set +CONFIG_DM_SERIAL=y +CONFIG_DEBUG_UART_SHIFT=2 +CONFIG_SYS_NS16550=y +CONFIG_USE_PRIVATE_LIBGCC=y |