risc-v/mpfs: opensbi defconfig: refresh config
Some of the configuration options have changed, so update this config file accordingly. In this example config, the following hart configuration takes place: hart1: 0xafb00000 (Another NuttX) hart2: unused hart3: 0x80200000 (u-boot and Linux kernel) hart4: 0x80200000 (u-boot and Linux kernel) Signed-off-by: Eero Nurkkala <eero.nurkkala@offcode.fi>
This commit is contained in:
parent
35905302d3
commit
e5a9ba5602
@ -45,6 +45,12 @@ CONFIG_MMCSD_SDIO=y
|
||||
CONFIG_MPFS_BOOTLOADER=y
|
||||
CONFIG_MPFS_DDR_INIT=y
|
||||
CONFIG_MPFS_EMMCSD=y
|
||||
CONFIG_MPFS_HART1_ENTRYPOINT=0xafb00000
|
||||
CONFIG_MPFS_HART2_ENTRYPOINT=0xffffffffffffffff
|
||||
CONFIG_MPFS_HART3_ENTRYPOINT=0x80200000
|
||||
CONFIG_MPFS_HART3_SBI=y
|
||||
CONFIG_MPFS_HART4_ENTRYPOINT=0x80200000
|
||||
CONFIG_MPFS_HART4_SBI=y
|
||||
CONFIG_MPFS_OPENSBI=y
|
||||
CONFIG_MPFS_UART0=y
|
||||
CONFIG_NSH_ARCHINIT=y
|
||||
|
Loading…
Reference in New Issue
Block a user