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