summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-10-29 03:27:09 +0300
committerTom Rini <trini@konsulko.com>2022-11-10 18:08:55 +0300
commit02f5a01441ecd356b73b491c99d635c67b2ba207 (patch)
treeb5e5bb7ba388ed617b8d4b3e2f0d8145ccba84bf
parent15713fc85579b4d0fc4294d8fa0f3a0f334054b0 (diff)
downloadu-boot-02f5a01441ecd356b73b491c99d635c67b2ba207.tar.xz
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>
-rw-r--r--common/board_f.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/board_f.c b/common/board_f.c
index 7c26e235fc..e6117a7ba5 100644
--- a/common/board_f.c
+++ b/common/board_f.c
@@ -475,8 +475,8 @@ static int reserve_noncached(void)
{
/*
* The value of gd->start_addr_sp must match the value of malloc_start
- * calculated in boatrd_f.c:initr_malloc(), which is passed to
- * board_r.c:mem_malloc_init() and then used by
+ * calculated in board_r.c:initr_malloc(), which is passed to
+ * dlmalloc.c:mem_malloc_init() and then used by
* cache.c:noncached_init()
*
* These calculations must match the code in cache.c:noncached_init()