diff options
author | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
---|---|---|
committer | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/u-boot/configs/sipeed_maix_smode_defconfig | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/u-boot/configs/sipeed_maix_smode_defconfig')
-rw-r--r-- | roms/u-boot/configs/sipeed_maix_smode_defconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/roms/u-boot/configs/sipeed_maix_smode_defconfig b/roms/u-boot/configs/sipeed_maix_smode_defconfig new file mode 100644 index 000000000..c20c389ca --- /dev/null +++ b/roms/u-boot/configs/sipeed_maix_smode_defconfig @@ -0,0 +1,21 @@ +CONFIG_RISCV=y +CONFIG_SYS_TEXT_BASE=0x80020000 +CONFIG_ENV_SIZE=0x1000 +CONFIG_ENV_OFFSET=0xfff000 +CONFIG_ENV_SECT_SIZE=0x1000 +CONFIG_TARGET_SIPEED_MAIX=y +CONFIG_ARCH_RV64I=y +CONFIG_RISCV_SMODE=y +CONFIG_STACK_SIZE=0x100000 +CONFIG_USE_BOOTCOMMAND=y +CONFIG_BOOTCOMMAND="run k210_bootcmd" +CONFIG_HUSH_PARSER=y +CONFIG_MTDIDS_DEFAULT="nor0=spi3:0" +CONFIG_MTDPARTS_DEFAULT="nor0:1M(u-boot),0x1000@0xfff000(env)" +# CONFIG_NET is not set +# CONFIG_INPUT is not set +CONFIG_SF_DEFAULT_BUS=3 +# CONFIG_DM_ETH is not set +CONFIG_FS_EXT4=y +CONFIG_FS_FAT=y +# CONFIG_EFI_UNICODE_CAPITALIZATION is not set |