Home
last modified time | relevance | path

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

/hardware/ti/am57x/bootctrl/
Dboot_control.cc129 uint32_t computed_crc32 = GetBootloaderControlCRC(&boot_ctrl); in BootControlInit() local
130 if (boot_ctrl.crc32_le != computed_crc32) { in BootControlInit()
133 computed_crc32, boot_ctrl.crc32_le); in BootControlInit()
/hardware/interfaces/boot/1.1/default/boot_control/
Dlibboot_control.cpp228 uint32_t computed_crc32 = BootloaderControlLECRC(&boot_ctrl); in Init() local
229 if (boot_ctrl.crc32_le != computed_crc32) { in Init()
230 LOG(WARNING) << "Invalid boot control found, expected CRC-32 0x" << std::hex << computed_crc32 in Init()