X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fenv_default.h;h=66e203eb6e4e3c7b63024f345566dff894fedb74;hb=72d81360aabd0485d3832d292bbea29c7c4554ef;hp=1ddd64ba8ffe20fed953586ea10cf18ce9e9715b;hpb=07b53103b7a6c228ae8b74ae720b9c5d219ee7fd;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/env_default.h b/include/env_default.h index 1ddd64b..66e203e 100644 --- a/include/env_default.h +++ b/include/env_default.h @@ -82,8 +82,8 @@ const uchar default_environment[] = { #ifdef CONFIG_BOOTFILE "bootfile=" CONFIG_BOOTFILE "\0" #endif -#ifdef CONFIG_LOADADDR - "loadaddr=" __stringify(CONFIG_LOADADDR) "\0" +#ifdef CONFIG_SYS_LOAD_ADDR + "loadaddr=" __stringify(CONFIG_SYS_LOAD_ADDR)"\0" #endif #if defined(CONFIG_PCI_BOOTDELAY) && (CONFIG_PCI_BOOTDELAY > 0) "pcidelay=" __stringify(CONFIG_PCI_BOOTDELAY)"\0"