commit | 427bdbb8ce31a763914705e4dec29bf3421bfa5c | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Mon Jan 03 12:15:11 2022 -0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 07 09:30:45 2022 -0500 |
tree | 3dd28a11f2c1d4ad11e39af70afe676238dd51cd | |
parent | dbe2d5a8b14d7e7eff2348165a655710a048c141 [diff] |
udoo: neo: Fix the board model printing Currently, the board model is not printed correctly: Board: UDOO Neo UNDEFINED Read the model type in SPL and store it the internal OCRAM, so that U-Boot proper can retrieve it correctly. Signed-off-by: Fabio Estevam <festevam@gmail.com>