Skip to content
Snippets Groups Projects
Commit 43c98410 authored by Stefan Roese's avatar Stefan Roese Committed by Bin Meng
Browse files

x86: theadorable-x86-common: Add further pci hotplug cmdline parameters


This is needed for the PCIe hotplug to work correctly on some boards.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Cc: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 3ea05205
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,8 @@
"addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \
"addmisc=setenv bootargs ${bootargs} " \
"intel-spi.writeable=1 vmalloc=300M " \
"pci=realloc=on,hpmemsize=0x12000000\0" \
"pci=realloc=on,hpmemsize=0x12000000," \
"hpmemprefsize=0,hpiosize=0\0" \
"bootcmd=if env exists recovery_status;" \
"then run swupdate;" \
"else run yocto_boot;run swupdate;" \
......
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