mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-12 13:35:21 -04:00
Fix whitespace issues.
This commit is contained in:
parent
7b382b7125
commit
8b283dbb3a
@ -85,7 +85,6 @@
|
|||||||
#define CFG_MEMTEST_START 0x00200000 /* memtest region */
|
#define CFG_MEMTEST_START 0x00200000 /* memtest region */
|
||||||
#define CFG_MEMTEST_END 0x00400000
|
#define CFG_MEMTEST_END 0x00400000
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Base addresses -- Note these are effective addresses where the
|
* Base addresses -- Note these are effective addresses where the
|
||||||
* actual resources get mapped (not physical addresses)
|
* actual resources get mapped (not physical addresses)
|
||||||
@ -94,7 +93,6 @@
|
|||||||
#define CFG_CCSRBAR 0xf8000000 /* relocated CCSRBAR */
|
#define CFG_CCSRBAR 0xf8000000 /* relocated CCSRBAR */
|
||||||
#define CFG_IMMR CFG_CCSRBAR /* PQII uses CFG_IMMR */
|
#define CFG_IMMR CFG_CCSRBAR /* PQII uses CFG_IMMR */
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* DDR Setup
|
* DDR Setup
|
||||||
*/
|
*/
|
||||||
@ -317,7 +315,6 @@
|
|||||||
#define CFG_PCI2_IO_PHYS CFG_PCI2_IO_BASE
|
#define CFG_PCI2_IO_PHYS CFG_PCI2_IO_BASE
|
||||||
#define CFG_PCI2_IO_SIZE 0x1000000 /* 16M */
|
#define CFG_PCI2_IO_SIZE 0x1000000 /* 16M */
|
||||||
|
|
||||||
|
|
||||||
#if defined(CONFIG_PCI)
|
#if defined(CONFIG_PCI)
|
||||||
|
|
||||||
#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
|
#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
|
||||||
@ -353,7 +350,6 @@
|
|||||||
|
|
||||||
#endif /* CONFIG_PCI */
|
#endif /* CONFIG_PCI */
|
||||||
|
|
||||||
|
|
||||||
#if defined(CONFIG_TSEC_ENET)
|
#if defined(CONFIG_TSEC_ENET)
|
||||||
|
|
||||||
#ifndef CONFIG_NET_MULTI
|
#ifndef CONFIG_NET_MULTI
|
||||||
@ -384,7 +380,6 @@
|
|||||||
|
|
||||||
#endif /* CONFIG_TSEC_ENET */
|
#endif /* CONFIG_TSEC_ENET */
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* BAT0 2G Cacheable, non-guarded
|
* BAT0 2G Cacheable, non-guarded
|
||||||
* 0x0000_0000 2G DDR
|
* 0x0000_0000 2G DDR
|
||||||
@ -462,9 +457,6 @@
|
|||||||
#define CFG_IBAT7L 0x00000000
|
#define CFG_IBAT7L 0x00000000
|
||||||
#define CFG_IBAT7U 0x00000000
|
#define CFG_IBAT7U 0x00000000
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Environment
|
* Environment
|
||||||
*/
|
*/
|
||||||
@ -572,7 +564,6 @@
|
|||||||
#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
|
#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Environment Configuration
|
* Environment Configuration
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user