Home
last modified time | relevance | path

Searched refs:sectsz (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/board/shmin/
Dshmin.c50 int sectsz[] = CONFIG_SYS_ATMEL_SECTSZ; in board_flash_get_legacy() local
81 info->size += sect[i] * sectsz[i]; in board_flash_get_legacy()
83 info->start[k + 1] = info->start[k] + sectsz[i]; in board_flash_get_legacy()
/external/u-boot/board/freescale/m54455evb/
Dm54455evb.c172 int sectsz[] = CONFIG_SYS_ATMEL_SECTSZ; in board_flash_get_legacy() local
204 info->size += sect[i] * sectsz[i]; in board_flash_get_legacy()
207 info->start[k + 1] = info->start[k] + sectsz[i]; in board_flash_get_legacy()