boot_sector
unsigned int boot_sector = (boot_addr * 1024);
if ((boot_sector + size) >> 16 > FLASH_FW_START_SEC) {
ret = t4_flash_erase_sectors(adap, boot_sector >> 16,
(boot_sector >> 16) + i - 1);
addr = boot_sector;
ret = t4_write_flash(adap, boot_sector, SF_PAGE_SIZE,
struct boot_sector *p_boot;
p_boot = (struct boot_sector *)sbi->boot_bh->b_data;
struct boot_sector *p_boot = (struct boot_sector *)sbi->boot_bh->b_data;