diff options
Diffstat (limited to 'include/configs/NETTA.h')
| -rw-r--r-- | include/configs/NETTA.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/NETTA.h b/include/configs/NETTA.h index 19743c04e..945f47f8f 100644 --- a/include/configs/NETTA.h +++ b/include/configs/NETTA.h @@ -60,7 +60,7 @@  #undef	CONFIG_CLOCKS_IN_MHZ	/* clocks NOT passsed to Linux in MHz */ -#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							\ |