Re: [PATCH] rpi: Use OF_BOARD rather than OF_EMBED

2023-09-23 Thread Simon Glass
Hi, On Tue, 28 Feb 2023 at 10:25, Tom Rini wrote: > > On Tue, Feb 28, 2023 at 03:56:05PM +, Peter Robinson wrote: > > > The use of OF_EMBED isn't recommended for standard use and the OF_BOARD > > is actually a better fit for the Raspberry Pi as the prior firmware > > provides a DT that can be

Re: [PATCH] rpi: Use OF_BOARD rather than OF_EMBED

2023-02-28 Thread Tom Rini
On Tue, Feb 28, 2023 at 03:56:05PM +, Peter Robinson wrote: > The use of OF_EMBED isn't recommended for standard use and the OF_BOARD > is actually a better fit for the Raspberry Pi as the prior firmware > provides a DT that can be used by U-Boot and the subsequent OS too, but > it still allow

[PATCH] rpi: Use OF_BOARD rather than OF_EMBED

2023-02-28 Thread Peter Robinson
The use of OF_EMBED isn't recommended for standard use and the OF_BOARD is actually a better fit for the Raspberry Pi as the prior firmware provides a DT that can be used by U-Boot and the subsequent OS too, but it still allows the loading of a DT from disk as well if users wish to use the upstream