diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-24 10:24:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-25 15:09:46 -0400 |
commit | cb04db155f4e7ccaec1b961d8a84e1a1b9524594 (patch) | |
tree | f6c043e8f403ac65363dba711adec194e893d404 /include/configs/bf561-acvilon.h | |
parent | 78d1e1d0a157c8b48ea19be6170b992745d30f38 (diff) | |
download | u-boot-cb04db155f4e7ccaec1b961d8a84e1a1b9524594.tar.gz |
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/bf561-acvilon.h')
-rw-r--r-- | include/configs/bf561-acvilon.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/bf561-acvilon.h b/include/configs/bf561-acvilon.h index 31862daf31..c36be03e7b 100644 --- a/include/configs/bf561-acvilon.h +++ b/include/configs/bf561-acvilon.h @@ -8,14 +8,12 @@ #include <asm/config-pre.h> - /* * Processor Settings */ #define CONFIG_BFIN_CPU bf561-0.5 #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS - /* * Clock Settings * CCLK = (CLKIN * VCO_MULT) / CCLK_DIV @@ -39,7 +37,6 @@ /* Values can range from 1-15 */ #define CONFIG_SCLK_DIV 5 - /* * Memory Settings */ @@ -56,7 +53,6 @@ #define CONFIG_SYS_MONITOR_LEN (384 * 1024) #define CONFIG_SYS_MALLOC_LEN (128 * 1024) - /* * RTC Settings */ @@ -71,7 +67,6 @@ #define CONFIG_SYS_DTT_LOW_TEMP -30 #define CONFIG_SYS_DTT_HYSTERESIS 3*/ - /* * Network Settings */ @@ -91,13 +86,11 @@ #define CONFIG_HOSTNAME bf561-acvilon - /* * Flash Settings */ #define CONFIG_SYS_NO_FLASH - /* * I2C Settings */ @@ -107,7 +100,6 @@ #define CONFIG_PCA9564_I2C #define CONFIG_PCA9564_BASE 0x2c000000 - /* * SPI Settings */ @@ -115,7 +107,6 @@ #define CONFIG_ENV_SPI_MAX_HZ 10000000 #define CONFIG_SF_DEFAULT_SPEED 10000000 - /* * Env Storage Settings */ @@ -124,7 +115,6 @@ #define CONFIG_ENV_OFFSET ((16 + 256) * 1056) #define CONFIG_ENV_SIZE (8 * 1056) - /* * NAND Settings * We're using NAND_PLAT driver to make things simplier @@ -146,7 +136,6 @@ #define NAND_PLAT_WRITE_ADR(chip, cmd) BFIN_NAND_WRITE(BFIN_NAND_ALE(chip), cmd) #define NAND_PLAT_GPIO_DEV_READY GPIO_PF10 - /* * Misc Settings */ |