mirror of https://github.com/parazyd/arm-sdk.git
fix u-boot mkdir
This commit is contained in:
parent
70eb260603
commit
db08d602d2
|
|
@ -61,7 +61,7 @@ postbuild() {
|
|||
notice "executing $device_name postbuild"
|
||||
|
||||
notice "building u-boot"
|
||||
mkdir $R/dist/u-boot
|
||||
mkdir -p $R/dist/u-boot
|
||||
pushd $R/extra/u-boot
|
||||
pushd $R/tmp/kernels/$device_name/u-boot
|
||||
for board in $uboot_configs; do
|
||||
|
|
|
|||
Loading…
Reference in New Issue