From c2cb48e3020459c6d426a13a7180ed26742c1579 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 5 Mar 2019 07:23:44 +0000 Subject: [PATCH] dra7xx-evm.conf: dra71-evm-nand.dtb is causing problems, disable for now Signed-off-by: Denys Dmytriyenko --- conf/machine/dra7xx-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index df176ba9..0e17350a 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf @@ -12,7 +12,7 @@ SERIAL_CONSOLES = "115200;ttyS0" KERNEL_DEVICETREE = " \ dra7-evm.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \ - dra71-evm.dtb dra71-evm-nand.dtb dra71-evm-lcd-auo-g101evn01.0.dtb \ + dra71-evm.dtb dra71-evm-lcd-auo-g101evn01.0.dtb \ dra72-evm.dtb dra72-evm-lcd-osd101t2045.dtb dra72-evm-lcd-osd101t2587.dtb \ dra72-evm-revc.dtb dra72-evm-revc-lcd-osd101t2045.dtb dra72-evm-revc-lcd-osd101t2587.dtb \ dra76-evm.dtb dra76-evm-tfp410.dtb \