summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-09-30 16:20:47 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-03-05 19:22:21 +0100
commitbb64b46fb79073b4368b0cdf0fe9d6e77ddee155 (patch)
tree5285afa658b2c145ed9b0529655be909a6ed7852
parent83ec3f9132da1e33c095f76bcec84c046c97b770 (diff)
include: apalis-imx8.h: change tdxargs to defargs for pci_nomsi
tdxargs are meant for temporary adjusting U-Boot. Use defargs that suits this purpose better. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--include/configs/apalis-imx8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h
index 585f22ec1f..ddb86c755c 100644
--- a/include/configs/apalis-imx8.h
+++ b/include/configs/apalis-imx8.h
@@ -127,7 +127,7 @@
"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" \
- "tdxargs=pci=nomsi"
+ "defargs=pci=nomsi"
/* Link Definitions */
#define CONFIG_LOADADDR 0x80280000