diff options
Diffstat (limited to 'src/boot/hardwaremain.c')
-rw-r--r-- | src/boot/hardwaremain.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c index 6231d1167e..fed5302261 100644 --- a/src/boot/hardwaremain.c +++ b/src/boot/hardwaremain.c @@ -217,6 +217,10 @@ void hardwaremain(int boot_complete) CONFIGURE(CONF_PASS_PRE_BOOT); +#if CONFIG_FS_STREAM == 1 + filo(lb_mem); +#else elfboot(lb_mem); +#endif } |