How can I load two kernel images in the RAM of my board (i.MX 53 QSB) using U-Boot ? (The first image will run in the secure world of the Trustzone and the second one in the normal world.)
I read in a thesis that we can use this method : Using an image that should have the following three parts at the minimum: The first kernel image, the second ATAGS blob and the second kernel image any idea of how to achieve it or is there is any other method to do that ?