commit | cc9294ee8bdff69e62f649820dc23149c7346ee6 | [log] [tgz] |
---|---|---|
author | Wadim Egorov <w.egorov@phytec.de> | Mon Jun 10 15:33:52 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 18 10:29:00 2024 -0600 |
tree | 1c2d6759555afc524d5f1234c1c5bbcdd7491585 | |
parent | ca526a9419216bc96d8f8cb391d7be7ea2535311 [diff] |
board: phytec: phycore-am62x: Use memory nodes in higher boot stages There is no need to reread the EEPROM multiple times in different stages to detect the RAM size. We can do this once at an early stage and let higher stages decode memory nodes using fdtdec. Make sure to pass fixup memory nodes before passing to u-boot stage. Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Reviewed-by: Daniel Schultz <d.schultz@phytec.de>