From 095c1cb55757c1f542370e5ba33de663c5d68ba4 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 18 Jan 2014 15:45:23 +0100 Subject: [PATCH] misc: Use the poky compiler as default compiler We could include the entire command in the future as well --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 7e5aaf8..783001f 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-none-linux-gnueabi-" +#define DEFAULT_CROSS_COMPILE "arm-poky-linux-gnueabi-" static char cross_compile[MAX_ENV_VAR_LENGTH];