]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/blackvme.h
at91sam9260ek: move board id setup to config header
[karo-tx-uboot.git] / include / configs / blackvme.h
index b425b7b6288e212dd407223f60695ff3b6c0b64c..523c4e409a51c86a45b80cbc4c11f89d106ecb19 100644 (file)
@@ -81,7 +81,7 @@
 #define CONFIG_GATEWAYIP       169.254.144.144 /* dedic card  */
 #define CONFIG_SERVERIP        169.254.144.144 /* tftp server */
 #define CONFIG_NETMASK         255.255.255.0
-#define CONFIG_ROOTPATH        /export/uClinux-dist/romfs      /*NFS*/
+#define CONFIG_ROOTPATH                "/export/uClinux-dist/romfs"    /*NFS*/
 #define CFG_AUTOLOAD           "no"
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_PING
  */
 #define CONFIG_BOOTARGS \
        "root=/dev/mtdblock0 rw " \
-       "clkin_hz=" MK_STR(CONFIG_CLKIN_HZ) " " \
+       "clkin_hz=" __stringify(CONFIG_CLKIN_HZ) " " \
        "earlyprintk=serial,uart0," \
-       MK_STR(CONFIG_BAUDRATE) " " \
-       "console=ttyBF0," MK_STR(CONFIG_BAUDRATE) " "
+       __stringify(CONFIG_BAUDRATE) " " \
+       "console=ttyBF0," __stringify(CONFIG_BAUDRATE) " "
 
 /* Convenience env variables & commands.
  * Reserve kernstart = 0x20000  = 128 kB for U-Boot.