.

.

.

common/board_f.c

1    /* Round memory pointer down to next 4 kB limit */
2    static int reserve_round_4k(void)
3    {
4            gd->relocaddr &= ~(4096 - 1);
5            return 0;
6    }

.

.

.

results matching ""

    No results matching ""