dvnixload: Add modifications coming from Lyrtech

This commit is contained in:
Holger Hans Peter Freyther 2012-04-25 21:53:33 +02:00
parent 68e3e60100
commit c4856d2e75
1 changed files with 3 additions and 2 deletions

View File

@ -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)