summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-09-30 16:20:47 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-09-30 16:20:47 +0200
commitf47b3888371375f37c7bf82c3086541186c8e5ff (patch)
tree3c7fd63439066b32c429d95f0466857ce2a56e9b
parent2f6d29f52f1b9fa5a728b252799b6f31df43f1ec (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