commit | f38167dda9b8b09fe7ee9a6543219d30901551d5 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Oct 28 20:27:09 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 10 10:08:55 2022 -0500 |
tree | b5e5bb7ba388ed617b8d4b3e2f0d8145ccba84bf | |
parent | 5ba346a92b4c56c33e257dd5552888d6613ab5c0 [diff] |
SYS_NONCACHED_MEMORY: Correct comment in common/board_f.c The comment block in reserve_noncached has a typo in one filename and an incorrect filename in another function reference. Correct both of these. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>