Re: [PATCH v2 09/17] hw/loongarch: Fix fdt memory node wrong 'reg'

2023-12-20 Thread maobibo
On 2023/12/18 下午5:00, Song Gao wrote: The right fdt memory node like [1], not [2] [1] memory@0 { device_type = "memory"; reg = <0x00 0x00 0x00 0x1000>; }; [2] memory@0 { device_type = "memory";

[PATCH v2 09/17] hw/loongarch: Fix fdt memory node wrong 'reg'

2023-12-18 Thread Song Gao
The right fdt memory node like [1], not [2] [1] memory@0 { device_type = "memory"; reg = <0x00 0x00 0x00 0x1000>; }; [2] memory@0 { device_type = "memory"; reg = <0x02 0x00 0x02 0x1000>; };