usb: dwc3: switch to peripheral mode when exiting
[oweals/u-boot.git] / common / board_r.c
index b7f68bba4a7ea8f3bc1414029977e31d442cd92e..d6fb5047a26511cc0cf997664e9f9a387dee1ee3 100644 (file)
@@ -247,6 +247,10 @@ static int initr_malloc(void)
              gd->malloc_ptr / 1024);
 #endif
        /* The malloc area is immediately below the monitor copy in DRAM */
+       /*
+        * This value MUST match the value of gd->start_addr_sp in board_f.c:
+        * reserve_noncached().
+        */
        malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN;
        mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN),
                        TOTAL_MALLOC_LEN);