Re: [PATCH v2 3/4] ddr: imx: Allow to call ddr init without logging failure
Frieder Schrempf <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <a8be2bf7-aafa-4e8e-9685-5fa100941805__22340.6841092341$1787134257$gmane$org@kontron.de> |
On 19.08.26 12:04, Marek Vasut wrote: > On 8/19/26 9:07 AM, Frieder Schrempf wrote: >> From: Frieder Schrempf <[email protected]> >> >> In some cases we need to call ddr_init() multiple times to try >> different configurations. > > What different configurations ? Details please ? The detection of different DDR types/sizes on our SoMs has always been based on trying the init and seeing if it succeeds, falling back to the smaller sizes on failure. See here [1]. [1] https://git.u-boot-project.org/u-boot/u-boot/-/blob/main/board/kontron/sl-mx8mm/spl.c#L72