rshal2
Occasional Contributor
6 years agoCan we compile preloader without optimization ?
Hello, I am struglling with building u-boot-spl (preloader), without debug information. Is it possible ? How ? Thanks
- 6 years ago
Hello sir,
We always recommend our standard flow of compiling preloader, uboot and zImage, since this is the tested flow on board.
Keeping the debug info will not cause any issue to your system unless you need to reduce the image size. If the system is not able to boot, and you are following the recommended flow by intel, there is a big possibility of having some hardware issues.
thank you