summaryrefslogtreecommitdiffstats
path: root/include/configs/MIP405.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/MIP405.h
parent78d1e1d0a157c8b48ea19be6170b992745d30f38 (diff)
downloadblackbird-obmc-uboot-cb04db155f4e7ccaec1b961d8a84e1a1b9524594.tar.gz
blackbird-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/MIP405.h')
-rw-r--r--include/configs/MIP405.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h
index 8e2bd85db3..7c4509f61e 100644
--- a/include/configs/MIP405.h
+++ b/include/configs/MIP405.h
@@ -21,7 +21,6 @@
#define CONFIG_SYS_TEXT_BASE 0xFFF80000
-
/***********************************************************
* Note that it may also be a MIP405T board which is a subset of the
* MIP405
@@ -37,7 +36,6 @@
***********************************************************/
#define CONFIG_SYS_CLK_FREQ 33000000 /* external frequency to pll */
-
/*
* BOOTP options
*/
@@ -46,7 +44,6 @@
#define CONFIG_BOOTP_GATEWAY
#define CONFIG_BOOTP_HOSTNAME
-
/*
* Command line configuration.
*/
@@ -66,7 +63,6 @@
#if !defined(CONFIG_MIP405T)
#endif
-
/**************************************************************
* I2C Stuff:
* the MIP405 is equiped with an Atmel 24C128/256 EEPROM at address
@@ -89,7 +85,6 @@
/* last 6 bits of the address */
#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10 /* and takes up to 10 msec */
-
#define CONFIG_ENV_IS_IN_EEPROM 1 /* use EEPROM for environment vars */
#define CONFIG_ENV_OFFSET 0x00000 /* environment starts at the beginning of the EEPROM */
#define CONFIG_ENV_SIZE 0x00800 /* 2k bytes may be used for env vars */
@@ -280,7 +275,6 @@
#define MULTI_PURPOSE_SOCKET_ADDR 0xF8000000
#define CONFIG_PORT_ADDR PER_PLD_ADDR + 5
-
/*-----------------------------------------------------------------------
* Definitions for initial stack pointer and data area (in On Chip SRAM)
*/
@@ -406,5 +400,4 @@
#define CONFIG_IDENT_STRING "\n(c) 2003 by MPL AG Switzerland, PCI_BOOT Version"
#endif
-
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud