build: bazel: Update early console address for Seraph

Fix earlycon_addr in seraph.bzl for Seraph Soc.

Change-Id: Iee603f1b2f413630335af03ab5bdb1164a55131a
Signed-off-by: Navya Vemula <quic_nvemula@quicinc.com>
This commit is contained in:
Navya Vemula 2024-10-10 15:10:07 +05:30
parent f5d0e796c0
commit 21e3d2fb30

View file

@ -56,7 +56,7 @@ def define_seraph():
variant = variant,
in_tree_module_list = mod_list,
boot_image_opts = boot_image_opts(
earlycon_addr = "qcom_geni,0x00884000",
earlycon_addr = "qcom_geni,0xa94000",
kernel_vendor_cmdline_extras = kernel_vendor_cmdline_extras,
board_kernel_cmdline_extras = board_kernel_cmdline_extras,
board_bootconfig_extras = board_bootconfig_extras,