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/scb9328.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/scb9328.h')
-rw-r--r-- | include/configs/scb9328.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/configs/scb9328.h b/include/configs/scb9328.h index c0ae2d9..3da214e 100644 --- a/include/configs/scb9328.h +++ b/include/configs/scb9328.h @@ -35,7 +35,6 @@ * Select serial console configuration */ - /* * BOOTP options */ @@ -44,7 +43,6 @@ #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_HOSTNAME - /* * Command line configuration. */ @@ -58,7 +56,6 @@ #undef CONFIG_CMD_LOADS #undef CONFIG_CMD_SOURCE - /* * Boot options. Setting delay to -1 stops autostart count down. * NOTE: Sending parameters to kernel depends on kernel version and @@ -100,14 +97,11 @@ #define CONFIG_INITRD_TAG 1 /* send initrd params */ #undef CONFIG_VFD /* do not send framebuffer setup */ - /* * Malloc pool need to host env + 128 Kb reserve for other allocations. */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128<<10) ) - - #define CONFIG_STACKSIZE (120<<10) /* stack size */ #ifdef CONFIG_USE_IRQ @@ -134,15 +128,6 @@ #define SCB9328_SDRAM_1_SIZE 0x01000000 /* 16 MB */ /* - * Flash Controller settings - */ - -/* - * Hardware drivers - */ - - -/* * Configuration for FLASH memory for the Synertronixx board */ |