meta-facebook: ventura: fix apparent typo in uboot ventura.cfg
Add the initial C aparently missing from the first line.
While reviewing 32be2670a718 ("meta-facebook: ventura: revise
u-boot baud rate") I noticed the first line did not start with
CONFIG_ as expected fora cfg file.
Fixes: 913eec2c036e ("meta-facebook: ventura: RMC Initial commit")
Signed-off-by: Milton Miller <mdmii@outlook.com>
diff --git a/meta-facebook/meta-ventura/recipes-bsp/u-boot/u-boot-aspeed-sdk/ventura.cfg b/meta-facebook/meta-ventura/recipes-bsp/u-boot/u-boot-aspeed-sdk/ventura.cfg
index 6419b95..1e2a374 100644
--- a/meta-facebook/meta-ventura/recipes-bsp/u-boot/u-boot-aspeed-sdk/ventura.cfg
+++ b/meta-facebook/meta-ventura/recipes-bsp/u-boot/u-boot-aspeed-sdk/ventura.cfg
@@ -1,3 +1,3 @@
-ONFIG_USE_BOOTARGS=y
+CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyS4,57600n8 root=/dev/ram rw vmalloc=768M"
CONFIG_BAUDRATE=57600