fdt: Add debugging for fdt_simplefb
Add some simple debug output to see what it is doing. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -30,6 +30,10 @@ int board_exit_boot_services(void *ctx, struct event *evt)
|
||||
uint key;
|
||||
int ret;
|
||||
|
||||
if (evt->data.bootm_final.flags & BOOTM_FINAL_FAKE) {
|
||||
printf("Not exiting EFI (fake go)\n");
|
||||
return 0;
|
||||
}
|
||||
printf("Exiting EFI\n");
|
||||
ret = efi_get_mmap(&desc, &size, &key, &desc_size, &version);
|
||||
if (ret) {
|
||||
|
||||
Reference in New Issue
Block a user