[U-Boot] boot Hangs when Initrd size increases in FIT image

2018-04-30 Thread gnix
Hello All, Im booting Linux on arm64 using FIT multi image (image + initrd + DTB). So if I increase the initrd size (from 16 MB -> 20MB) board hangs at "starting kernel"). However if I change the load address of bootm (from 0x200 to 0x100) it boots successfully. Any pointers on why this i

[U-Boot] Uboot Hangs when Initrd size increased in FIT image

2018-04-30 Thread gnix
Im booting Linux on arm64 using FIT multi image (image + initrd + DTB). So if I increase the initrd size (from 16 MB -> 20MB) board hangs at "starting kernel"). However if I change the load address of bootm (from 0x200 to 0x100) it boots successfully. Any pointers on why this is booting at