risc-v/mpfs: opensbi/defconfig fix RAM start address
RAM is expected to start from 0x08000000, not from 0x80000000 in this case. DDR starts from 0x80000000. Signed-off-by: Eero Nurkkala <eero.nurkkala@offcode.fi>
This commit is contained in:
parent
122b907b91
commit
76c6ccc732
@ -95,7 +95,7 @@ CONFIG_NSH_LINELEN=160
|
||||
CONFIG_OPENSBI=y
|
||||
CONFIG_PREALLOC_TIMERS=4
|
||||
CONFIG_RAM_SIZE=1048576
|
||||
CONFIG_RAM_START=0x80000000
|
||||
CONFIG_RAM_START=0x08000000
|
||||
CONFIG_RAW_BINARY=y
|
||||
CONFIG_RR_INTERVAL=200
|
||||
CONFIG_SCHED_HPWORK=y
|
||||
|
Loading…
Reference in New Issue
Block a user