diff options
author | Stefan Roese <sr@denx.de> | 2007-08-10 10:42:25 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-08-10 10:42:25 +0200 |
commit | 35d22f957a85a22bb3cd1ad084fa5404620d1c42 (patch) | |
tree | bbf53ba2eb24df7ed78f0fafd071b6da3dbe1a95 /include/configs/hcu4.h | |
parent | 157cda4d0c3d592ccbb19bbfc07d9251894f0894 (diff) |
Coding style cleanup
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/hcu4.h')
-rw-r--r-- | include/configs/hcu4.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/hcu4.h b/include/configs/hcu4.h index 8779db9afe2..9e45e903d2d 100644 --- a/include/configs/hcu4.h +++ b/include/configs/hcu4.h @@ -312,8 +312,6 @@ #define CONFIG_PORT_ADDR 0xF0000500 - - /*----------------------------------------------------------------------- * Cache Configuration *----------------------------------------------------------------------*/ @@ -333,7 +331,7 @@ #define CFG_HUSH_PARSER /* use "hush" command parser */ #ifdef CFG_HUSH_PARSER - #define CFG_PROMPT_HUSH_PS2 "> " +#define CFG_PROMPT_HUSH_PS2 "> " #endif #if (CONFIG_COMMANDS & CFG_CMD_KGDB) |