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/cyrus.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/cyrus.h')
-rw-r--r-- | include/configs/cyrus.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index 701f59e7fa0..d1927b56137 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -17,7 +17,6 @@ #error Must call Cyrus CONFIG with a specific CPU enabled. #endif - #define CONFIG_MMC #define CONFIG_SDCARD #define CONFIG_FSL_SATA_V2 @@ -43,7 +42,6 @@ #define CONFIG_SYS_FSL_PBL_RCW board/varisys/cyrus/rcw_p5040.cfg #endif - /* High Level Configuration Options */ #define CONFIG_BOOKE #define CONFIG_E500 /* BOOKE e500 family */ @@ -51,7 +49,6 @@ #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */ #define CONFIG_MP /* support multiple processors */ - #define CONFIG_SYS_MMC_MAX_DEVICE 1 #ifndef CONFIG_SYS_TEXT_BASE @@ -173,7 +170,6 @@ #define CONFIG_SYS_OR0_PRELIM 0xfff00010 #define CONFIG_SYS_OR1_PRELIM 0xfff00010 - #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ #if defined(CONFIG_RAMBOOT_PBL) |