misc: Use the poky compiler as default compiler

We could include the entire command in the future as well
This commit is contained in:
Holger Hans Peter Freyther 2014-01-18 15:45:23 +01:00
parent 354c2e5665
commit 095c1cb557
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
#define UBL_CMD_RUN_APP 0xA1ACEDDD /* Load and run application via UART. */ #define UBL_CMD_RUN_APP 0xA1ACEDDD /* Load and run application via UART. */
#define UBL_CMD_DDR_TEST 0xA1ACEDEE /* Test DDR2 memory. */ #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]; static char cross_compile[MAX_ENV_VAR_LENGTH];