forked from OERV-BSP/u-boot
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>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user