CONFIG_IMX_SC_THERMAL=y
CONFIG_VIDEO=y
+CONFIG_VIDEO_IMX_HDP_LOAD=y
CONFIG_SPI=y
CONFIG_FSL_FSPI=y
CONFIG_IMX_SC_THERMAL=y
CONFIG_VIDEO=y
+CONFIG_VIDEO_IMX_HDP_LOAD=y
CONFIG_SPI=y
CONFIG_FSL_FSPI=y
CONFIG_IMX_SC_THERMAL=y
CONFIG_VIDEO=y
+CONFIG_VIDEO_IMX_HDP_LOAD=y
CONFIG_QSPI_BOOT=y
CONFIG_SPI=y
CONFIG_IMX_SC_THERMAL=y
CONFIG_VIDEO=y
+CONFIG_VIDEO_IMX_HDP_LOAD=y
CONFIG_SPI=y
CONFIG_FSL_FSPI=y
CONFIG_IMX_SC_THERMAL=y
CONFIG_VIDEO=y
+CONFIG_VIDEO_IMX_HDP_LOAD=y
CONFIG_QSPI_BOOT=y
CONFIG_SPI=y
"source\0" \
"loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
"loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
+ "hdp_addr=0x84000000\0" \
+ "hdp_file=dpfw.bin\0" \
+ "loadhdp=fatload mmc ${mmcdev}:${mmcpart} ${hdp_addr} ${hdp_file}\0" \
"mmcboot=echo Booting from mmc ...; " \
+ "if run loadhdp; then; hdp load ${hdp_addr}; fi;" \
"run mmcargs; " \
"if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
"if run loadfdt; then " \
"else " \
"setenv get_cmd tftp; " \
"fi; " \
+ "if ${get_cmd} ${hdp_addr} ${hdp_file}; then; hdp load ${hdp_addr}; fi;" \
"${get_cmd} ${loadaddr} ${image}; " \
"if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
"if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
"source\0" \
"loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
"loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
+ "hdp_addr=0x84000000\0" \
+ "hdp_file=hdmitxfw.bin\0" \
+ "loadhdp=fatload mmc ${mmcdev}:${mmcpart} ${hdp_addr} ${hdp_file}\0" \
"mmcboot=echo Booting from mmc ...; " \
+ "if run loadhdp; then; hdp load ${hdp_addr}; fi;" \
"run mmcargs; " \
"if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
"if run loadfdt; then " \
"else " \
"setenv get_cmd tftp; " \
"fi; " \
+ "if ${get_cmd} ${hdp_addr} ${hdp_file}; then; hdp load ${hdp_addr}; fi;" \
"${get_cmd} ${loadaddr} ${image}; " \
"if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
"if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \