summaryrefslogtreecommitdiffstats
path: root/include/configs/M5373EVB.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-09-23 17:41:24 +0200
committerTom Rini <trini@ti.com>2012-10-15 11:53:47 -0700
commit5368c55d4ca463405225dd184ecabf370b715c05 (patch)
treee1ba15d3d2ca7a971dcdea2569c7335c97a72067 /include/configs/M5373EVB.h
parent93ea89f0d979a000e4c47dd8a8991328b2ac8cf7 (diff)
downloadtalos-obmc-uboot-5368c55d4ca463405225dd184ecabf370b715c05.tar.gz
talos-obmc-uboot-5368c55d4ca463405225dd184ecabf370b715c05.zip
COMMON: Use __stringify() instead of MK_STR()
Kill multiple occurances and redeclaration of MK_STR in favor of __stringify(). Signed-off-by: Marek Vasut <marex@denx.de> Cc: Wolfgang Denk <wd@denx.de> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/M5373EVB.h')
-rw-r--r--include/configs/M5373EVB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/M5373EVB.h b/include/configs/M5373EVB.h
index 45d1064557..4437bbae86 100644
--- a/include/configs/M5373EVB.h
+++ b/include/configs/M5373EVB.h
@@ -118,7 +118,7 @@
#define CONFIG_HOSTNAME M5373EVB
#define CONFIG_EXTRA_ENV_SETTINGS \
"netdev=eth0\0" \
- "loadaddr=" MK_STR(CONFIG_SYS_LOAD_ADDR) "\0" \
+ "loadaddr=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
"u-boot=u-boot.bin\0" \
"load=tftp ${loadaddr) ${u-boot}\0" \
"upd=run load; run prog\0" \
OpenPOWER on IntegriCloud