Skip to content

Commit

Permalink
refactor!: rename ROM to DTB
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Jul 25, 2023
1 parent b61db7b commit 3bb4021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cartesi-machine.proto
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ message ProcessorConfig {
optional uint64 iflags = 93;
}

message ROMConfig {
message DTBConfig {
string bootargs = 1;
string image_filename = 2;
string init = 3;
Expand Down Expand Up @@ -262,7 +262,7 @@ message UarchConfig {

message MachineConfig {
ProcessorConfig processor = 1;
ROMConfig rom = 2;
DTBConfig dtb = 2;
RAMConfig ram = 3;
repeated MemoryRangeConfig flash_drive = 4;
CLINTConfig clint = 5;
Expand Down

0 comments on commit 3bb4021

Please sign in to comment.