.

common/board\_r.c

1    static int initr_reloc(void)
2    {
3            /* tell others: relocation done */
4            gd->flags |= GD_FLG_RELOC | GD_FLG_FULL_MALLOC_INIT;
5    
6            return 0;
7    }
  • gd->flagsGD_FLG_RELOC의 값(0x00001)과 GD_FLG_FULL_MALLOC_INIT의 값(0x00200)을 추가합니다.

.

.

results matching ""

    No results matching ""