misc: Use the poky compiler as default compiler
We could include the entire command in the future as wellmaster
parent
354c2e5665
commit
095c1cb557
|
@ -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];
|
||||
|
||||
|
|
Loading…
Reference in New Issue