Skip to content
Snippets Groups Projects
Verified Commit 4174efbd authored by minute's avatar minute
Browse files

flash-kernel: first stab at setting cpu specific kernel command lines in ubootenv

parent 0b12f667
No related branches found
No related tags found
No related merge requests found
# setenv bootpart "1"
# setenv prefix "/"
# setenv kernel_addr_r "0x40480000"
# setenv fdt_addr_r "0x50000000"
# setenv ramdisk_addr_r "0x51000000"
setenv bootargs "console=ttymxc0,115200 console=ttyAML0,115200 console=ttyS0,115200 console=tty1 ro no_console_suspend cma=512M@3G pci=nomsi,pcie_bus_perf libata.force=noncq nvme_core.default_ps_max_latency_us=0 cryptomgr.notests iommu.passthrough=1 arm-smmu.disable_bypass=0"
if test "${board}" = "ls1028a"; then
setenv bootargs "console=ttyS0,115200 console=tty1 ro no_console_suspend cma=512M@3G libata.force=noncq nvme_core.default_ps_max_latency_us=0 cryptomgr.notests iommu.passthrough=1 arm-smmu.disable_bypass=0"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment