Revision | 339495f6b11557a39aeb178120b8055e8884feb1 (tree) |
---|---|
Time | 2020-05-27 20:28:06 |
Author | Yoshinori Sato <ysato@user...> |
Commiter | Yoshinori Sato |
add arch_fixup_fdt
@@ -26,6 +26,11 @@ | ||
26 | 26 | #include <common.h> |
27 | 27 | #include <command.h> |
28 | 28 | |
29 | +int arch_fixup_fdt(void *blob) | |
30 | +{ | |
31 | + return 0; | |
32 | +} | |
33 | + | |
29 | 34 | int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) |
30 | 35 | { |
31 | 36 | /* Linux kernel load address */ |