Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmtk_image.c15 static const union nand_boot_header snand_hdr_2k_64_data = {
37 static const union nand_boot_header snand_hdr_2k_128_data = {
59 static const union nand_boot_header snand_hdr_4k_256_data = {
81 static const union nand_boot_header nand_hdr_1gb_2k_64_data = {
103 static const union nand_boot_header nand_hdr_2gb_2k_64_data = {
125 static const union nand_boot_header nand_hdr_4gb_2k_64_data = {
192 const union nand_boot_header *data;
254 static const union nand_boot_header *hdr_nand;
466 union nand_boot_header *nh = (union nand_boot_header *)ptr; in mtk_image_verify_nand_header()
683 union nand_boot_header *nh = (union nand_boot_header *)ptr; in mtk_image_set_nand_header()
[all …]
H A Dmtk_image.h30 union nand_boot_header { union