X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftheadorable-x86-common.h;h=746995179f9c90e7eef07bc5ffa2f49cc8dc2630;hb=6786ce1ce14feb4d02854a0c04bc0cce505be46e;hp=b57b1beaafe42342745a7ef8b085ac4caff02437;hpb=3a581af21af0bceb7e47650a19e3ddd3de87148a;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/theadorable-x86-common.h b/include/configs/theadorable-x86-common.h index b57b1be..7469951 100644 --- a/include/configs/theadorable-x86-common.h +++ b/include/configs/theadorable-x86-common.h @@ -19,9 +19,9 @@ /* Environment settings */ -#undef CONFIG_EXTRA_ENV_SETTINGS +#undef CFG_EXTRA_ENV_SETTINGS -#define CONFIG_EXTRA_ENV_SETTINGS \ +#define CFG_EXTRA_ENV_SETTINGS \ "tftpdir=" DEF_ENV_TFTPDIR "\0" \ "eth_init=" DEF_ENV_ETH_INIT "\0" \ "ubuntu_part=" __stringify(DEF_ENV_UBUNTU_PART) "\0" \