[SLOF] [PATCH slof 10/10] [HACK] boot: Force loading images at 64MB

Alexey Kardashevskiy aik at ozlabs.ru
Tue Dec 31 14:04:57 AEDT 2019


Signed-off-by: Alexey Kardashevskiy <aik at ozlabs.ru>
---
 slof/fs/boot.fs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/slof/fs/boot.fs b/slof/fs/boot.fs
index 6d16c54d2af4..7de0d1db74d7 100644
--- a/slof/fs/boot.fs
+++ b/slof/fs/boot.fs
@@ -170,6 +170,7 @@ defer go ( -- )
    THEN
 
    true swap -1                       ( arg len true file-addr -1 )
+   drop 8000
    elf-load-claim                     ( arg len true claim-list entry elftype )
 
    ( arg len true claim-list entry elftype )
-- 
2.17.1



More information about the SLOF mailing list