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:
@@ -22,7 +22,6 @@
|
||||
#include <asm/hardware.h>
|
||||
#include <linux/sizes.h>
|
||||
|
||||
|
||||
#if defined(CONFIG_SPL_BUILD)
|
||||
#define CONFIG_SYS_THUMB_BUILD
|
||||
#define CONFIG_SYS_ICACHE_OFF
|
||||
@@ -35,7 +34,6 @@
|
||||
* hex number here!
|
||||
*/
|
||||
|
||||
|
||||
#define CONFIG_SYS_TEXT_BASE 0x21000000
|
||||
|
||||
/* ARM asynchronous clock */
|
||||
@@ -299,7 +297,6 @@
|
||||
48, 49, 50, 51, 52, 53, 54, 55, \
|
||||
56, 57, 58, 59, 60, 61, 62, 63, }
|
||||
|
||||
|
||||
#define CONFIG_SPL_ATMEL_SIZE
|
||||
#define CONFIG_SYS_MASTER_CLOCK 132096000
|
||||
#define AT91_PLL_LOCK_TIMEOUT 1000000
|
||||
|
||||
Reference in New Issue
Block a user