Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Darmflash.c79 u32 foot1, foot2; in parse_bank() local
90 foot1 = readl((void *)secend - 0x0c); in parse_bank()
91 if (foot1 == 0xA0FFFF9FU) { in parse_bank()
114 foot1 = readl((void *)secend - 0x04); in parse_bank()
117 if (foot1 == 0x464F4F54U && foot2 == 0x464C5348U) { in parse_bank()