Searched hist:"35 d02c8b8e944a97b555f83f6a0e6fe5cf431860" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtd_blk.c | 35d02c8b8e944a97b555f83f6a0e6fe5cf431860 Mon Aug 29 07:12:03 UTC 2022 Jon Lin <jon.lin@rock-chips.com> mtd: mtd_blk: stop scanning when there is no partition for mapping
If continue to scaningg, it will run out off memory, like:
alloc_read_gpt_entries: ERROR: Can't allocate lX bytes for GPT Entries GPT: Failed to allocate memory for PTE part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0xX != 0xX part_get_info_efi: *** ERROR: Invalid Backup GPT **
Change-Id: I8c0da4393aed53d9b2f5f6a9ecb092f4e225c606 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
|