fix u-boot mkdir

This commit is contained in:
parazyd 2017-05-03 17:25:03 +02:00
parent 70eb260603
commit db08d602d2
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -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