38 extern const unsigned char _etext ;
43 #include "../uboot/uboot_file.h"
44 #define END_OF_SEARCH_REGION (32 * 1024)
55 uboot_file_addr = end_of_iboot_applic;
61 if (mcu_addr_is_in_SDRAM(uboot_applic_addr )) {
63 if (SDRAM_Test() != 0) {
68 if (uboot_applic_addr != -1) {
72 #ifdef HAS_FILE_SOURCE
75 }
while (uboot_file_addr == 0);
83 void (*startApplication) (void) = (
void (* ) (void)) start_addr;