]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/lsxl.h
COMMON: Use __stringify() instead of MK_STR()
[karo-tx-uboot.git] / include / configs / lsxl.h
index 0db559cf6cc2828e9b3147a0ca469eba61b06433..8097f28ccc54bd136404d14f58a8f4af0c4397c2 100644 (file)
                "&& bootm 0x00100000 0x00800000\0"                      \
        "bootcmd_rescue=run config_nc_dhcp; run nc\0"                   \
        "eraseenv=sf probe 0 "                                          \
-               "&& sf erase " MK_STR(CONFIG_ENV_OFFSET)                \
-                       " +" MK_STR(CONFIG_ENV_SIZE) "\0"               \
+               "&& sf erase " __stringify(CONFIG_ENV_OFFSET)           \
+                       " +" __stringify(CONFIG_ENV_SIZE) "\0"          \
        "config_nc_dhcp=setenv autoload_old ${autoload}; "              \
                "setenv autoload no "                                   \
                "&& bootp "                                             \