uboot: Fix typo
This commit is contained in:
parent
5c35be1f3c
commit
222a84025a
@ -2,7 +2,7 @@ ifeq (,$(filter-out qcow2 qcow2c,$(IMAGE_TYPE)))
|
|||||||
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
|
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
|
||||||
UBOOT_TTY := use/tty/AMA0
|
UBOOT_TTY := use/tty/AMA0
|
||||||
else
|
else
|
||||||
UBOOT_TTY := /use/tty/S0
|
UBOOT_TTY := use/tty/S0
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user