meta-facebook: tiogapass: add U-Boot patch to match EFI firmware baud rate
This adds a tiogapass-specific patch so that U-Boot and kernel console
are using 57600 to match EFI firmware baud rate.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Change-Id: Ib0e66109dbe35fdbb19be6d90aef2fa5fb017f98
diff --git a/meta-tiogapass/recipes-bsp/u-boot/u-boot-fw-utils-aspeed_%.bbappend b/meta-tiogapass/recipes-bsp/u-boot/u-boot-fw-utils-aspeed_%.bbappend
new file mode 100644
index 0000000..f24fe5e
--- /dev/null
+++ b/meta-tiogapass/recipes-bsp/u-boot/u-boot-fw-utils-aspeed_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-aspeed:"
+SRC_URI += "file://0001-configs-ast-common-use-57600-baud-rate-to-match-Tiog.patch"