X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx6sabre_common.h;h=eb153926926f4d772924627a3a8a9e9793fc40ed;hb=72d81360aabd0485d3832d292bbea29c7c4554ef;hp=ac579f3338a360c22f6d0b5c8cf1509f4d92d2db;hpb=2f45b3041e8431f3e2007d521a570daa4cb95a8e;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index ac579f3..eb15392 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -52,7 +52,7 @@ "dfu_alt_info=spl raw 0x400\0" \ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ - "splashimage=" __stringify(CONFIG_LOADADDR) "\0" \ + "splashimage=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \ "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \ "mmcpart=1\0" \ "finduuid=part uuid mmc ${mmcdev}:2 uuid\0" \