X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fidmr.h;h=86bfa01cb25430cb39dd7785a6febd3ca44ffb73;hb=e87c2bda9c45bcfcc8239f6052d6fa9aec7351d6;hp=3fe8f701fdc81f581b543aeaa87138db2277e5df;hpb=8b3637c662e8a322f542942e5ee76b95ed9d9e39;p=u-boot diff --git a/include/configs/idmr.h b/include/configs/idmr.h index 3fe8f701fd..86bfa01cb2 100644 --- a/include/configs/idmr.h +++ b/include/configs/idmr.h @@ -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"