meta-facebook: ventura: revise u-boot baud rate

Applay the same baudrate config in u-boot-fw-utils-aspeed-sdk and
u-boot-aspeed-sdk to avoid garbled text in console during kernel boot.

Change-Id: I32e7614cd55462cd1c65aab6bb6590d88df3ffc9
Signed-off-by: QuantaJasonHsu <Jason-Hsu@quantatw.com>
diff --git a/meta-facebook/meta-ventura/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend b/meta-facebook/meta-ventura/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend
new file mode 100644
index 0000000..eb65d63
--- /dev/null
+++ b/meta-facebook/meta-ventura/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot-aspeed-sdk:"
+SRC_URI +="file://ventura.cfg"