Android images don't have a fdt.

Signed-off-by: Jeffy Chen <jeffy.c...@rock-chips.com>
---

 common/image-fdt.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/common/image-fdt.c b/common/image-fdt.c
index 5e4e5bd..41aaa0d 100644
--- a/common/image-fdt.c
+++ b/common/image-fdt.c
@@ -379,6 +379,10 @@ int boot_get_fdt(int flag, int argc, char * const argv[], 
uint8_t arch,
                                       (long)fdt_addr);
                        }
                        break;
+#ifdef CONFIG_ANDROID_BOOT_IMAGE
+               case IMAGE_FORMAT_ANDROID:
+                       goto no_fdt;
+#endif
                default:
                        puts("ERROR: Did not find a cmdline Flattened Device 
Tree\n");
                        goto no_fdt;
-- 
2.1.4


_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to