remote_rom: change offset type to allow larger ROM content
This commit is contained in:
committed by
Norman Feske
parent
3e746c6444
commit
c7729d5a16
@@ -58,7 +58,7 @@ class Remote_rom::Packet_base : public Ethernet_frame, public Ipv4_packet
|
||||
char _module_name[MAX_NAME_LEN]; /* the ROM module name */
|
||||
Type _type; /* packet type */
|
||||
uint32_t _content_size; /* ROM content size in bytes */
|
||||
uint16_t _offset; /* offset in bytes */
|
||||
uint32_t _offset; /* offset in bytes */
|
||||
uint16_t _payload_size; /* payload size in bytes */
|
||||
|
||||
/*****************************************************
|
||||
|
||||
Reference in New Issue
Block a user