u-boot: fixed configuration command.
This commit is contained in:
parent
4f76b5e091
commit
d8b985474c
@ -12,7 +12,7 @@ configure()
|
||||
$cmd_make \
|
||||
ARCH="$cfg_target_uboot_arch" \
|
||||
CROSS_COMPILE="$cfg_target_canonical"- \
|
||||
"$cfg_target_uboot_config"
|
||||
"${cfg_target_uboot_config}_config"
|
||||
}
|
||||
|
||||
build()
|
||||
|
Reference in New Issue
Block a user