From f47b3888371375f37c7bf82c3086541186c8e5ff Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Mon, 30 Sep 2019 16:20:47 +0200 Subject: 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 --- include/configs/apalis-imx8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3