]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
lx2160ardb: add env variables to assist boot
authorChunguang Li <chunguang.li_2@nxp.com>
Thu, 2 Apr 2026 03:51:32 +0000 (11:51 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 9 Apr 2026 18:17:28 +0000 (12:17 -0600)
Update the console baudrate to 115200 as default.
Also add env variables to assist boot process.

Signed-off-by: Chunguang Li <chunguang.li_2@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
include/configs/lx2160a_common.h
include/configs/lx2160ardb.h

index 4c1b4bf2b2c32fb1ffd7b390e16c29ba7004ad98..45b5cbdd85a061e32f6c01ed4b440420e98788d1 100644 (file)
        "kernelhdr_addr_sd=0x3000\0"            \
        "kernel_size_sd=0x14000\0"              \
        "kernelhdr_size_sd=0x20\0"              \
-       "console=ttyAMA0,38400n8\0"             \
+       "console=ttyAMA0,115200\0"              \
        BOOTENV                                 \
        "mcmemsize=0x70000000\0"                \
        XSPI_MC_INIT_CMD                                \
index e700a7b11359b1c9f23f45264e1316e64d65350d..725220c57474ff862aab9ed6caf0e71b8b5ff8c3 100644 (file)
 
 /* Initial environment variables */
 #define CFG_EXTRA_ENV_SETTINGS         \
+       "board=lx2160ardb\0"            \
+       "fdtfile=fsl-lx2160a-rdb.dtb\0"                 \
+       "image=Image\0"                         \
+       "extra_bootargs=pci=pcie_bus_perf\0"    \
+       "console_dbg=earlycon=pl011,mmio32,0x21c0000\0"         \
        EXTRA_ENV_SETTINGS                      \
        "boot_scripts=lx2160ardb_boot.scr\0"    \
        "boot_script_hdr=hdr_lx2160ardb_bs.out\0"       \