u-boot: pass ARCH/CROSS_COMPILE when running make <board>_config
Gets rid of a bunch of (ignored) errors about missing cross compiler. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fa0d2d142c
commit
a0b6710b88
@ -88,7 +88,8 @@ ifeq ($(U_BOOT_BOARD_NAME),)
|
||||
endif
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(U_BOOT_CONFIGURE_OPTS) \
|
||||
$(MAKE) -C $(U_BOOT_DIR) \
|
||||
$(MAKE) -C $(U_BOOT_DIR) \
|
||||
CROSS_COMPILE="$(TARGET_CROSS)" ARCH=$(U_BOOT_ARCH) \
|
||||
$(U_BOOT_BOARD_NAME)_config
|
||||
touch $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user