Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dpblimage.c18 static uint32_t next_pbl_cmd = 0x82000000; variable
54 uint32_t val = next_pbl_cmd; in generate_pbl_cmd()
55 next_pbl_cmd += 0x40; in generate_pbl_cmd()
84 next_pbl_cmd = pbl_cmd_initaddr - uboot_size; in load_uboot()
85 while (next_pbl_cmd < pbl_cmd_initaddr) { in load_uboot()
312 next_pbl_cmd = pbl_cmd_initaddr; in pblimage_check_params()