This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Boot linux kernel from SPL

Hi all,

I want to boot directly linux kernel from spl without having go through u-boot. I searched for this and CONFIG_SPL_OS_BOOT config must be enabled in spl config, but in my u-boot code (from rowboat jb 4.1.2) does not include this config. I looked for spl_board_init() and after, but i cant find a way to do this.

board is am335xevm. u-boot code rowboat-jb-4.1.2.

Thanks