diff options
author | Wolfgang Denk <wd@denx.de> | 2010-10-27 22:48:30 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-27 22:48:30 +0200 |
commit | 071bc923308832bbc541a887fece767d79a6dc7a (patch) | |
tree | 8cadd6c50f93c6e3e7c406813bb94f30e4c0b080 /include/configs/mx1fs2.h | |
parent | 57ff9f2421244db4f27649d1e13393d2b85f224d (diff) | |
download | u-boot-imx-071bc923308832bbc541a887fece767d79a6dc7a.zip u-boot-imx-071bc923308832bbc541a887fece767d79a6dc7a.tar.gz u-boot-imx-071bc923308832bbc541a887fece767d79a6dc7a.tar.bz2 |
Coding Style cleanup
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/mx1fs2.h')
-rw-r--r-- | include/configs/mx1fs2.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/mx1fs2.h b/include/configs/mx1fs2.h index 0641bef..1632ce8 100644 --- a/include/configs/mx1fs2.h +++ b/include/configs/mx1fs2.h @@ -34,7 +34,6 @@ #undef _CONFIG_UART4 /* internal uart 4 */ #undef CONFIG_SILENT_CONSOLE /* use this to disable output */ - /* * BOOTP options */ @@ -43,7 +42,6 @@ #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_HOSTNAME - /* * Command line configuration. */ @@ -58,7 +56,6 @@ #undef CONFIG_CMD_PING #undef CONFIG_CMD_SOURCE - /* * Boot options. Setting delay to -1 stops autostart count down. */ @@ -98,8 +95,6 @@ */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128<<10) ) - - #define CONFIG_STACKSIZE (120<<10) /* stack size */ #ifdef CONFIG_USE_IRQ |