Skip to content

Commit 6f9a434

Browse files
committed
fix load linux in simulator
1 parent 59413d9 commit 6f9a434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulator/simulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ void *droidboot_internal_get_dtbo_load_addr()
293293

294294
bool droidboot_internal_append_ramdisk_to_kernel()
295295
{
296-
return true;
296+
return false;
297297
}
298298

299299
// Nothing to do here, we have threads

0 commit comments

Comments
 (0)