]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/idmr.h
at91sam9260ek: move board id setup to config header
[karo-tx-uboot.git] / include / configs / idmr.h
index 3fe8f701fdc81f581b543aeaa87138db2277e5df..86bfa01cb25430cb39dd7785a6febd3ca44ffb73 100644 (file)
@@ -47,7 +47,6 @@
 #define CONFIG_MCFUART
 #define CONFIG_SYS_UART_PORT           (0)
 #define CONFIG_BAUDRATE                19200
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600 , 19200 , 38400 , 57600, 115200 }
 #define CONFIG_ETHADDR         00:06:3b:01:41:55
 #define CONFIG_ETHPRIME
 #define CONFIG_IPADDR          192.168.30.1
@@ -56,7 +55,7 @@
 #define CONFIG_GATEWAYIP       192.168.1.1
 #define CONFIG_NETMASK         255.255.0.0
 #define CONFIG_HOSTNAME                idmr
-#define CONFIG_BOOTFILE                /tftpboot/idmr/uImage
+#define CONFIG_BOOTFILE                "/tftpboot/idmr/uImage"
 #define CONFIG_PREBOOT         "echo;echo Type \\\"run flash_nfs\\\" to mount root " \
                                "filesystem over NFS; echo"