From: Marek Vasut Date: Sat, 31 Mar 2012 07:47:18 +0000 (+0000) Subject: CMD: CONFIG_CMD_SETECPR -> CONFIG_CMD_SETEXPR on omap3_logic X-Git-Tag: v2012.07-rc1~160^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02b233ecb129d69f8e234f94fd96a012caed880b;p=platform%2Fkernel%2Fu-boot.git CMD: CONFIG_CMD_SETECPR -> CONFIG_CMD_SETEXPR on omap3_logic Signed-off-by: Marek Vasut Acked-by: Anatolij Gustschin --- diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 01360f6..4ac17cc 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -122,7 +122,7 @@ #define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */ #define CONFIG_CMD_PING #define CONFIG_CMD_DHCP -#define CONFIG_CMD_SETECPR /* Evaluate expressions */ +#define CONFIG_CMD_SETEXPR /* Evaluate expressions */ #undef CONFIG_CMD_FLASH /* flinfo, erase, protect */ #undef CONFIG_CMD_FPGA /* FPGA configuration Support */