Home
last modified time | relevance | path

Searched refs:bi_flashoffset (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Du-boot.h32 unsigned long bi_flashoffset; /* offset to skip UBoot image */ member
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Du-boot.h34 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/rk3399_rockchip-uboot/include/asm-generic/
H A Du-boot.h32 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/rk3399_rockchip-uboot/cmd/
H A Dbdinfo.c112 print_num("flash offset ", (ulong)bd->bi_flashoffset); in print_bi_flash()
117 print_num("flash offset", (ulong)bd->bi_flashoffset); in print_bi_flash()
121 print_num("flashoffset", (ulong)bd->bi_flashoffset); in print_bi_flash()
/rk3399_rockchip-uboot/common/
H A Dboard_r.c425 bd->bi_flashoffset = CONFIG_SYS_TEXT_BASE + flash_size; in initr_flash()
427 bd->bi_flashoffset = monitor_flash_len; /* reserved area for monitor */ in initr_flash()
/rk3399_rockchip-uboot/board/socrates/
H A Dsocrates.c80 gd->bd->bi_flashoffset = 0; in misc_init_r()