diff --git a/arch/ppc/lib/ppclinux.c b/arch/ppc/lib/ppclinux.c index dcd40c225..ba1a2fd8f 100644 --- a/arch/ppc/lib/ppclinux.c +++ b/arch/ppc/lib/ppclinux.c @@ -104,7 +104,7 @@ do_bootm_linux(struct image_handle *os_handle, struct image_handle *initrd_handl if (oftree_handle) { of_data = oftree_handle->data; } else { - of_data = read_file(oftree); + of_data = read_file(oftree, 0); if (!of_data) { printf("could not read %s: %s\n", oftree, errno_str()); return -1;