diff --git a/cartesi-machine.proto b/cartesi-machine.proto index ef7f0d1..9a755c0 100644 --- a/cartesi-machine.proto +++ b/cartesi-machine.proto @@ -171,7 +171,7 @@ message ProcessorConfig { optional uint64 iflags = 93; } -message ROMConfig { +message DTBConfig { string bootargs = 1; string image_filename = 2; string init = 3; @@ -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;