diff --git a/src/main.c b/src/main.c index b737661..c54b06d 100644 --- a/src/main.c +++ b/src/main.c @@ -53,7 +53,7 @@ #define UBL_CMD_RUN_APP 0xA1ACEDDD /* Load and run application via UART. */ #define UBL_CMD_DDR_TEST 0xA1ACEDEE /* Test DDR2 memory. */ -#define DEFAULT_CROSS_COMPILE "arm-linux-" +#define DEFAULT_CROSS_COMPILE "arm-none-linux-gnueabi-" static char cross_compile[MAX_ENV_VAR_LENGTH]; @@ -359,7 +359,8 @@ send_binary(const char *orig_file, const char *tmp_file, int format, found = wait_for_message("BootMode = UART", NULL, NULL); if (!found) - goto error_unhandled; + log_info("Warning: invalid boot mode !!"); + //goto error_unhandled; found = wait_for_message("BOOTPSP", NULL, NULL); if (!found)