diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2018-04-11 03:17:44 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2018-04-11 03:43:38 +0200 |
commit | f6e6eadc99c6274207f8f2ebc739063549959a1f (patch) | |
tree | aa7470bd9f6948a27f3f4b239c6c581476324e93 /package/boot/uboot-omap/Makefile | |
parent | f93f29bccce628f868c86651093cd6c64f088389 (diff) | |
download | upstream-f6e6eadc99c6274207f8f2ebc739063549959a1f.tar.gz upstream-f6e6eadc99c6274207f8f2ebc739063549959a1f.tar.bz2 upstream-f6e6eadc99c6274207f8f2ebc739063549959a1f.zip |
packages/uboot-omap: bugfix: serial using ns16550 fifo not enabled
The serial was working before, but not when doing copy&pasting longer
commands in a short time.
Fixes: a4def18f29e1 ("uboot-omap: Update to u-boot v2017.01")
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'package/boot/uboot-omap/Makefile')
-rw-r--r-- | package/boot/uboot-omap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile index 9084f37402..0d5260d121 100644 --- a/package/boot/uboot-omap/Makefile +++ b/package/boot/uboot-omap/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_VERSION:=2017.01 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_HASH:=6c425175f93a4bcf2ec9faf5658ef279633dbd7856a293d95bd1ff516528ecf2 |