]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: phytec: phycore-am62x: Use memory nodes in higher boot stages
authorWadim Egorov <w.egorov@phytec.de>
Mon, 10 Jun 2024 13:33:52 +0000 (15:33 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 18 Jun 2024 16:29:00 +0000 (10:29 -0600)
commit680fcbcf55064c5cdf3ef653209da0e925adade6
tree1c2d6759555afc524d5f1234c1c5bbcdd7491585
parent86c2af9c2e39227f44140a96b5c338d45243efc6
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>
board/phytec/phycore_am62x/phycore-am62x.c