Commit 222a8402 authored by Anton Midyukov's avatar Anton Midyukov

uboot: Fix typo

parent 5c35be1f
...@@ -2,7 +2,7 @@ ifeq (,$(filter-out qcow2 qcow2c,$(IMAGE_TYPE))) ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment