Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c774 int __maybe_unused config_offset; in partition_entries_offset() local
795 config_offset = fdtdec_get_config_int(gd->fdt_blob, in partition_entries_offset()
798 if (config_offset != -EINVAL) { in partition_entries_offset()
799 offset_bytes = PAD_SIZE(config_offset, dev_desc->rawblksz); in partition_entries_offset()