Re: [PATCH v2 4/6] qemu-arm: Remove need to specify flash banks

2020-10-09 Thread Tom Rini
On Wed, Sep 30, 2020 at 05:39:16PM +0100, Andre Przywara wrote: > Currently we hard-code the number and initial addresses of QEMU's flash > banks, even though our code is perfectly able to gather the same > information from the DTB provided by QEMU. > This is especially annoying, since we have two

[PATCH v2 4/6] qemu-arm: Remove need to specify flash banks

2020-09-30 Thread Andre Przywara
Currently we hard-code the number and initial addresses of QEMU's flash banks, even though our code is perfectly able to gather the same information from the DTB provided by QEMU. This is especially annoying, since we have two slightly different U-Boot configurations ("bare-metal" vs. loaded via Ar