uboot: Fix typo

This commit is contained in:
Anton Midyukov 2020-07-02 00:26:35 +07:00
parent 5c35be1f3c
commit 222a84025a

View File

@ -2,7 +2,7 @@ ifeq (,$(filter-out qcow2 qcow2c,$(IMAGE_TYPE)))
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
UBOOT_TTY := use/tty/AMA0
else
UBOOT_TTY := /use/tty/S0
UBOOT_TTY := use/tty/S0
endif
endif