#include "common.h" #include "uboot_bin.h" #define VIRT_START (unsigned char *)0x8c000000 void main() { int i; u8* ptr = VIRT_START; // Turn off interrupts asm volatile ( "cpsid if \n" ); for (i=0; i