X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2FRBC823.h;h=9222d21554ac5de92a93c51c098c1fcebf6f736e;hb=1a247ba7fa5fb09f56892a09a990f03ce564b3e2;hp=fa32e33796a9cb11bea0adb0a77525f52c8e1ea5;hpb=4e62041023dc3de9d98d977bb080235bc6d035e0;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/RBC823.h b/include/configs/RBC823.h index fa32e33..9222d21 100644 --- a/include/configs/RBC823.h +++ b/include/configs/RBC823.h @@ -61,13 +61,13 @@ #define CONFIG_CLOCKS_IN_MHZ 1 /* clocks passsed to Linux in MHz */ #define CONFIG_8xx_GCLK_FREQ 48000000L -#define CONFIG_PREBOOT "echo;echo Type \"run flash_nfs\" to mount root filesystem over NFS;echo" +#define CONFIG_PREBOOT "echo;echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;echo" #undef CONFIG_BOOTARGS #define CONFIG_BOOTCOMMAND \ - "bootp; " \ - "setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath} " \ - "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; " \ + "bootp; " \ + "setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath} " \ + "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; " \ "bootm" #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */