From e33775483a8e51ea5ee753ad3b4c5c2f67d54b0d Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 6 Mar 2019 02:13:15 +0000 Subject: [PATCH] dra7xx-evm.conf: re-enable dra71-evm-nand.dtb again This reverts commit c2cb48e3020459c6d426a13a7180ed26742c1579. 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 0e17350a..df176ba9 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-lcd-auo-g101evn01.0.dtb \ + dra71-evm.dtb dra71-evm-nand.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 \