u-boot-brain/arch/arm/mach-imx/mx7
Fabio Estevam bab289cbe9 mx7: Do not call lcdif_power_down() in the SPL case
Like it was done on imx6 in commit 9236269de5 ("imx: mx6: Fix
implementantion reset_misc")

Do not call lcdif_power_down() in the SPL case to fix the following
build error:

  LD      spl/u-boot-spl
  MKIMAGE u-boot.img
arch/arm/mach-imx/built-in.o: In function `reset_misc':
/home/fabio/ossystems/u-boot/arch/arm/mach-imx/mx7/soc.c:372: undefined reference to `lcdif_power_down'
scripts/Makefile.spl:375: recipe for target 'spl/u-boot-spl' failed

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2019-01-28 12:53:21 +01:00
..
clock_slice.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
clock.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
ddr.c imx: mx7: fix potential overflow in imx_ddr_size() 2018-10-09 18:32:47 +02:00
Kconfig dm: Fix CMD_DM enabling 2018-07-31 14:46:22 -04:00
Makefile imx: mx7: add system suspend/resume support 2018-09-04 08:47:23 +02:00
psci-mx7.c imx: mx7: add system suspend/resume support 2018-09-04 08:47:23 +02:00
psci-suspend.S imx: mx7: add system suspend/resume support 2018-09-04 08:47:23 +02:00
snvs.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
soc.c mx7: Do not call lcdif_power_down() in the SPL case 2019-01-28 12:53:21 +01:00