From c4856d2e75f7b8439e87363d7d90540083523efe Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 25 Apr 2012 21:53:33 +0200 Subject: [PATCH] dvnixload: Add modifications coming from Lyrtech --- src/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)