Skip to content
Snippets Groups Projects
Verified Commit d078fe07 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

board/boundary/nitrogen8m_som/nitrogen8m_som.c: set bootargs variable

parent 76e9ab9b
No related branches found
No related tags found
No related merge requests found
Pipeline #1231 canceled
...@@ -367,6 +367,7 @@ static void set_env_vars(void) ...@@ -367,6 +367,7 @@ static void set_env_vars(void)
env_set("stderr", "serial,vga"); env_set("stderr", "serial,vga");
// MNT Reform 2 // MNT Reform 2
env_set("bootargs", "ro no_console_suspend cma=512M pci=nomsi console=ttymxc0,115200 console=tty1")
env_set("fdt_addr_r", "0x50000000"); env_set("fdt_addr_r", "0x50000000");
env_set("ramdisk_addr_r", "0x44000000"); env_set("ramdisk_addr_r", "0x44000000");
#ifdef MNTREFORM_BOOT_RISCOS #ifdef MNTREFORM_BOOT_RISCOS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment