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/socrates.h | |
parent | 78d1e1d0a157c8b48ea19be6170b992745d30f38 (diff) |
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/socrates.h')
-rw-r--r-- | include/configs/socrates.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/socrates.h b/include/configs/socrates.h index f45d91f5f6c..cf1e90412c2 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -208,7 +208,6 @@ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #define CONFIG_AUTO_COMPLETE 1 /* add autocompletion support */ - /* * I2C */ @@ -257,7 +256,6 @@ #undef CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ #endif /* CONFIG_PCI */ - #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_TSEC1 1 #define CONFIG_TSEC1_NAME "TSEC0" @@ -295,7 +293,6 @@ #define CONFIG_TIMESTAMP /* Print image info with ts */ - /* * BOOTP options */ @@ -304,7 +301,6 @@ #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_HOSTNAME - /* * Command line configuration. */ @@ -350,7 +346,6 @@ #define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port*/ #endif - #define CONFIG_LOADADDR 200000 /* default addr for tftp & bootm*/ #define CONFIG_BOOTDELAY 1 /* -1 disables auto-boot */ |