mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
NetStar: config reindentation
Fix indentation broken by symbol renames. "Sort" driver related definitons. Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
This commit is contained in:
parent
efb47346d4
commit
27057d416c
@ -97,18 +97,20 @@
|
|||||||
/*
|
/*
|
||||||
* Hardware drivers
|
* Hardware drivers
|
||||||
*/
|
*/
|
||||||
#define CONFIG_DRIVER_SMC91111
|
|
||||||
#define CONFIG_SMC91111_BASE 0x04000300
|
|
||||||
|
|
||||||
/*
|
|
||||||
* NS16550 Configuration
|
|
||||||
*/
|
|
||||||
#define CONFIG_SYS_NS16550
|
#define CONFIG_SYS_NS16550
|
||||||
#define CONFIG_SYS_NS16550_SERIAL
|
#define CONFIG_SYS_NS16550_SERIAL
|
||||||
#define CONFIG_SYS_NS16550_REG_SIZE (-4)
|
#define CONFIG_SYS_NS16550_REG_SIZE (-4)
|
||||||
#define CONFIG_SYS_NS16550_CLK (CONFIG_XTAL_FREQ) /* can be 12M/32Khz or 48Mhz */
|
#define CONFIG_SYS_NS16550_CLK (CONFIG_XTAL_FREQ) /* can be 12M/32Khz or 48Mhz */
|
||||||
#define CONFIG_SYS_NS16550_COM1 OMAP1510_UART1_BASE /* uart1 */
|
#define CONFIG_SYS_NS16550_COM1 OMAP1510_UART1_BASE /* uart1 */
|
||||||
|
|
||||||
|
#define CONFIG_DRIVER_SMC91111
|
||||||
|
#define CONFIG_SMC91111_BASE 0x04000300
|
||||||
|
|
||||||
|
#define CONFIG_SYS_MAX_NAND_DEVICE 1
|
||||||
|
#define CONFIG_SYS_NAND_BASE 0x04000000 + (2 << 23)
|
||||||
|
#define NAND_ALLOW_ERASE_ALL 1
|
||||||
|
|
||||||
|
|
||||||
#define CONFIG_CONS_INDEX 1
|
#define CONFIG_CONS_INDEX 1
|
||||||
#define CONFIG_BAUDRATE 115200
|
#define CONFIG_BAUDRATE 115200
|
||||||
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
|
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
|
||||||
@ -116,13 +118,6 @@
|
|||||||
/*#define CONFIG_SKIP_RELOCATE_UBOOT*/
|
/*#define CONFIG_SKIP_RELOCATE_UBOOT*/
|
||||||
/*#define CONFIG_SKIP_LOWLEVEL_INIT */
|
/*#define CONFIG_SKIP_LOWLEVEL_INIT */
|
||||||
|
|
||||||
/*
|
|
||||||
* NAND flash
|
|
||||||
*/
|
|
||||||
#define CONFIG_SYS_MAX_NAND_DEVICE 1
|
|
||||||
#define CONFIG_SYS_NAND_BASE 0x04000000 + (2 << 23)
|
|
||||||
#define NAND_ALLOW_ERASE_ALL 1
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* partitions (mtdparts command line support)
|
* partitions (mtdparts command line support)
|
||||||
*/
|
*/
|
||||||
@ -136,7 +131,6 @@
|
|||||||
/*
|
/*
|
||||||
* Command line configuration.
|
* Command line configuration.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CONFIG_CMD_BDI
|
#define CONFIG_CMD_BDI
|
||||||
#define CONFIG_CMD_BOOTD
|
#define CONFIG_CMD_BOOTD
|
||||||
#define CONFIG_CMD_DHCP
|
#define CONFIG_CMD_DHCP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user