mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
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>
This commit is contained in:
@@ -475,8 +475,8 @@ static int reserve_noncached(void)
|
|||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* The value of gd->start_addr_sp must match the value of malloc_start
|
* 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
|
* calculated in board_r.c:initr_malloc(), which is passed to
|
||||||
* board_r.c:mem_malloc_init() and then used by
|
* dlmalloc.c:mem_malloc_init() and then used by
|
||||||
* cache.c:noncached_init()
|
* cache.c:noncached_init()
|
||||||
*
|
*
|
||||||
* These calculations must match the code in cache.c:noncached_init()
|
* These calculations must match the code in cache.c:noncached_init()
|
||||||
|
Reference in New Issue
Block a user