Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c1134 int crc0, crc0_ok; in fw_env_open() local
1183 crc0 = crc32 (0, (uint8_t *) environment.data, ENV_SIZE); in fw_env_open()
1192 crc0_ok = (crc0 == *environment.crc); in fw_env_open()