uboot: not required BOOTLOADER=uboot for 00-uboot-prepare

This commit is contained in:
Anton Midyukov 2020-04-01 23:35:35 +07:00
parent 0f28ee414f
commit b142de6eb3

View File

@ -1,7 +1,5 @@
#!/bin/sh
[ "$GLOBAL_BASE_BOOTLOADER" = 'uboot' ] || exit 0
if [ -n "$GLOBAL_TTY_RATE" ] ;then
TTY="$GLOBAL_TTY_DEV","$GLOBAL_TTY_RATE"
else