]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/env_common.c
Merge branch 'master' of /home/wd/git/u-boot/custodians
[karo-tx-uboot.git] / common / env_common.c
index 19149b513dc0eb1a68f3b120c2e11ea23a754dff..c7e9bea04b299f9e17fe991889cb9219db27ae4a 100644 (file)
@@ -100,7 +100,7 @@ const uchar default_environment[] = {
        "preboot="      CONFIG_PREBOOT                  "\0"
 #endif
 #ifdef CONFIG_ROOTPATH
-       "rootpath="     MK_STR(CONFIG_ROOTPATH)         "\0"
+       "rootpath="     CONFIG_ROOTPATH                 "\0"
 #endif
 #ifdef CONFIG_GATEWAYIP
        "gatewayip="    MK_STR(CONFIG_GATEWAYIP)        "\0"
@@ -112,7 +112,7 @@ const uchar default_environment[] = {
        "hostname="     MK_STR(CONFIG_HOSTNAME)         "\0"
 #endif
 #ifdef CONFIG_BOOTFILE
-       "bootfile="     MK_STR(CONFIG_BOOTFILE)         "\0"
+       "bootfile="     CONFIG_BOOTFILE                 "\0"
 #endif
 #ifdef CONFIG_LOADADDR
        "loadaddr="     MK_STR(CONFIG_LOADADDR)         "\0"