• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision339495f6b11557a39aeb178120b8055e8884feb1 (tree)
Time2020-05-27 20:28:06
AuthorYoshinori Sato <ysato@user...>
CommiterYoshinori Sato

Log Message

add arch_fixup_fdt

Change Summary

Incremental Difference

--- a/arch/rx/lib/bootm.c
+++ b/arch/rx/lib/bootm.c
@@ -26,6 +26,11 @@
2626 #include <common.h>
2727 #include <command.h>
2828
29+int arch_fixup_fdt(void *blob)
30+{
31+ return 0;
32+}
33+
2934 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
3035 {
3136 /* Linux kernel load address */