On 9/6/26 10:30 AM, Carlo Caione wrote:
> The Genio 510 and Genio 700 boot flows enter U-Boot SPL after an
> external DDR loader has initialized DRAM. SPL then needs the debug UART
> and eMMC controller, together with their clock, syscon, pinctrl and
> watchdog providers, to load the firmware FIT.
> 
> Both boards share this MT8188-family dependency chain, so keep the
> pre-RAM annotations in a common include used by their board-specific
> U-Boot devicetrees.
> 

...

> +/ {
> +     memory@40000000 {
> +             /* Preserve the board memory description; the loader 
> initializes DRAM. */
> +             bootph-pre-ram;

Having this on memory seems a bit odd. Is it actually needed?

> +     };
> +};
> +

Reply via email to