Re: [PATCH 09/26] spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same time

2023-10-11 Thread Sean Anderson
On 10/11/23 23:41, Simon Glass wrote: Hi Sean, On Wed, 11 Oct 2023 at 18:56, Sean Anderson wrote: Sandbox unit tests in U-Boot proper load a test device tree to have some devices to work with. In order to do the same in SPL, we must enable SPL_OF_REAL. However, we already have SPL_OF_PLATDATA

Re: [PATCH 09/26] spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same time

2023-10-11 Thread Simon Glass
Hi Sean, On Wed, 11 Oct 2023 at 18:56, Sean Anderson wrote: > > Sandbox unit tests in U-Boot proper load a test device tree to have some > devices to work with. In order to do the same in SPL, we must enable > SPL_OF_REAL. However, we already have SPL_OF_PLATDATA enabled. When > generating platda

[PATCH 09/26] spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same time

2023-10-11 Thread Sean Anderson
Sandbox unit tests in U-Boot proper load a test device tree to have some devices to work with. In order to do the same in SPL, we must enable SPL_OF_REAL. However, we already have SPL_OF_PLATDATA enabled. When generating platdata from a devicetree, it is expected that we will not need devicetree ac