Hi Clement. On Mon, Mar 16, 2020 at 12:00:06PM +0100, Clement Leger wrote: > Currently, barebox can only parse one memory node. This means that > all other memory nodes (with device_type == "memory") will be ignored > while parsing memory. > This patchset add a function of_probe_memory which will call > of_add_memory for each found memory node. Additionally, of_add_memory > has been modified to allow being called multiple times and correctly > add all memory banks. > > Clement Leger (2): > of: base: parse all available memory nodes > of: base: allow of_add_memory to be called multiple times With this order of the patches, after applying patch 1 the code will then use the last and not the first memory node. And only after the second patch it will work. I think to improve bisectability the order of the two patches should be reversed. Sam _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox