summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-09-30 12:55:41 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-09-30 15:01:53 +0200
commit2f6d29f52f1b9fa5a728b252799b6f31df43f1ec (patch)
tree3b76820b57c0a44ef8403ce9cd4ffc9594774bbf
parent574b7529413d88f4d1101e8d4e0b4fd5ebe6e390 (diff)
include: apalis-imx8.h: add default tdxargs pci=nomsi
As we have issues with MSI enabled we will disable it in default environment. Issue: Kernel panic Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--include/configs/apalis-imx8.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h
index 1e88391cf6..585f22ec1f 100644
--- a/include/configs/apalis-imx8.h
+++ b/include/configs/apalis-imx8.h
@@ -126,7 +126,8 @@
"mmcautodetect=yes\0" \
"mmcargs=setenv bootargs console=${console},${baudrate} root=${mmcroot} " \
"video=imxdpufb5:off video=imxdpufb6:off video=imxdpufb7:off\0" \
- "setup=run loadhdp; hdp load ${hdp_addr}; run mmcargs\0"
+ "setup=run loadhdp; hdp load ${hdp_addr}; run mmcargs\0" \
+ "tdxargs=pci=nomsi"
/* Link Definitions */
#define CONFIG_LOADADDR 0x80280000