mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
risc-v/litex: For vexriscv_smp, match default FDT address in upstream opensbi.
The default opensbi fw_jump.bin expects to see the FDT in 0x40EF0000 per FW_JUMP_FDT_ADDR. Definitions: https://github.com/litex-hub/opensbi/blob/0.8-linux-on-litex-vexriscv/platform/litex/vexriscv/config.mk https://github.com/litex-hub/opensbi/blob/1.3.1-linux-on-litex-vexriscv/platform/litex/vexriscv/objects.mk Signed-off-by: Justin Erenkrantz <justin@erenkrantz.com>
This commit is contained in:
committed by
Xiang Xiao
parent
5c61672185
commit
18a1d159a7
@@ -51,7 +51,7 @@ Create a file, 'boot.json' in the Nuttx root directory, with the following conte
|
||||
{
|
||||
"romfs.img": "0x40C00000",
|
||||
"nuttx.bin": "0x40000000",
|
||||
"board.dtb": "0x41ec0000",
|
||||
"board.dtb": "0x40EF0000",
|
||||
"opensbi.bin": "0x40f00000"
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ config LITEX_COHERENT_DMA
|
||||
|
||||
config LITEX_FDT_MEMORY_ADDRESS
|
||||
hex "Location of the FDT in memory"
|
||||
default 0x41ec0000
|
||||
default 0x40EF0000
|
||||
|
||||
menu "LITEX Peripheral Support"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user