X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fimx6_spl.h;h=953711269379078010b4bbe6dab08ed67edf82ad;hb=d56b4b19744c314c26dc77585a7c7a9253d1487d;hp=bda9541af6625e3c6460e8edbd0a03469c0a9ab6;hpb=267c5b79899dcbdfa190b8c6633a2bf517a73123;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/imx6_spl.h b/include/configs/imx6_spl.h index bda9541..9537112 100644 --- a/include/configs/imx6_spl.h +++ b/include/configs/imx6_spl.h @@ -49,7 +49,11 @@ /* Define the payload for FAT/EXT support */ #if defined(CONFIG_SPL_FAT_SUPPORT) || defined(CONFIG_SPL_EXT_SUPPORT) -#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" +# ifdef CONFIG_OF_CONTROL +# define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot-dtb.img" +# else +# define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" +# endif #endif #if defined(CONFIG_MX6SX) || defined(CONFIG_MX6UL) || defined(CONFIG_MX6SL)