This commit is contained in:
刘可亮
2024-06-04 19:00:30 +08:00
parent 990c72f5be
commit 0a13af6a1d
1668 changed files with 342810 additions and 37726 deletions

View File

@@ -65,6 +65,7 @@ static int do_nor_boot(int argc, char *argv[])
info.bl_len = 1;
info.dev_type = DEVICE_SPINOR;
entry_point = 0;
ret = spl_load_simple_fit(&info, &entry_point);
if (ret < 0)
goto out;