summaryrefslogtreecommitdiffstats
path: root/include/configs/bf537-srv1.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-04-24 10:24:59 -0400
committerTom Rini <trini@konsulko.com>2016-04-25 15:09:46 -0400
commitcb04db155f4e7ccaec1b961d8a84e1a1b9524594 (patch)
treef6c043e8f403ac65363dba711adec194e893d404 /include/configs/bf537-srv1.h
parent78d1e1d0a157c8b48ea19be6170b992745d30f38 (diff)
downloadtalos-obmc-uboot-cb04db155f4e7ccaec1b961d8a84e1a1b9524594.tar.gz
talos-obmc-uboot-cb04db155f4e7ccaec1b961d8a84e1a1b9524594.zip
include/configs: Whitespace fixup
A number of moveconfig.py runs have left a instances of multiple empty lines in a row. Correct this to a single empty line. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/bf537-srv1.h')
-rw-r--r--include/configs/bf537-srv1.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/bf537-srv1.h b/include/configs/bf537-srv1.h
index fc4f50bc2d..cbe752afb3 100644
--- a/include/configs/bf537-srv1.h
+++ b/include/configs/bf537-srv1.h
@@ -20,14 +20,12 @@
#include <asm/config-pre.h>
-
/*
* Processor Settings
*/
#define CONFIG_BFIN_CPU bf537-0.2
#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_SPI_MASTER
-
/*
* Clock Settings
* CCLK = (CLKIN * VCO_MULT) / CCLK_DIV
@@ -51,7 +49,6 @@
/* Values can range from 1-15 */
#define CONFIG_SCLK_DIV 5
-
/*
* Memory Settings
*/
@@ -68,7 +65,6 @@
#define CONFIG_SYS_MONITOR_LEN (256 << 10)
#define CONFIG_SYS_MALLOC_LEN (384 << 10)
-
/*
* Network Settings
*/
@@ -93,7 +89,6 @@
/* We don't have a parallel flash chip there */
#define CONFIG_SYS_NO_FLASH
-
/*
* SPI Settings
*/
@@ -101,7 +96,6 @@
#define CONFIG_ENV_SPI_MAX_HZ 30000000
#define CONFIG_SF_DEFAULT_SPEED 30000000
-
/*
* Env Storage Settings
*/
@@ -111,7 +105,6 @@
#define CONFIG_ENV_SECT_SIZE 0x10000
#define CONFIG_ENV_IS_EMBEDDED_IN_LDR
-
/*
* I2C settings
*/
@@ -120,7 +113,6 @@
#define CONFIG_SYS_I2C_SPEED 50000
#define CONFIG_SYS_I2C_SLAVE 0
-
/*
* Misc Settings
*/
OpenPOWER on IntegriCloud