Skip to content

Commit

Permalink
update cva6-linux config
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Sa <[email protected]>
  • Loading branch information
ninolomata committed Apr 25, 2023
1 parent aa9ef76 commit ba1da9f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions bao/configs/cva6-linux/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,22 @@ struct config config = {
.vmlist = {
{
.image = {
.base_addr = 0x90000000,
.base_addr =0x80200000,
.load_addr = VM_IMAGE_OFFSET(linux_image),
.size = VM_IMAGE_SIZE(linux_image),
.inplace = true
},

.entry = 0x90000000,
.entry = 0x80200000,

.platform = {
.cpu_num = 1,

.region_num = 1,
.regions = (struct vm_mem_region[]) {
{
.base = 0x90000000,
.size = 0x10200000,
.place_phys = true,
.phys = 0x90000000
.base = 0x80200000,
.size = 0x20000000,
}
},

Expand Down

0 comments on commit ba1da9f

Please sign in to comment.