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/MPC8560ADS.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/MPC8560ADS.h')
-rw-r--r-- | include/configs/MPC8560ADS.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h index c0841db8d1..c049d8d40f 100644 --- a/include/configs/MPC8560ADS.h +++ b/include/configs/MPC8560ADS.h @@ -60,7 +60,6 @@ #define CONFIG_SYS_CLK_FREQ 33000000 #endif - /* * These can be toggled for performance analysis, otherwise use default. */ @@ -133,7 +132,6 @@ #undef CONFIG_CLOCKS_IN_MHZ - /* * Local Bus Definitions */ @@ -198,7 +196,6 @@ #define CONFIG_SYS_LBC_LSDMR_4 (CONFIG_SYS_LBC_LSDMR_COMMON | LSDMR_OP_MRW) #define CONFIG_SYS_LBC_LSDMR_5 (CONFIG_SYS_LBC_LSDMR_COMMON | LSDMR_OP_NORMAL) - /* * 32KB, 8-bit wide for ADS config reg */ @@ -273,7 +270,6 @@ #endif /* CONFIG_PCI */ - #ifdef CONFIG_TSEC_ENET #ifndef CONFIG_MII @@ -345,7 +341,6 @@ #endif - /* * Environment */ @@ -372,7 +367,6 @@ #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_HOSTNAME - /* * Command line configuration. */ @@ -419,7 +413,6 @@ #define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */ #endif - /* * Environment Configuration */ |