mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-16 02:06:12 -04:00
qemu-mips: Cleanup whitespace, indentation, etc.
No functional change. This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD. Then I re-created from scratch, and changed more lines than the original. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
This commit is contained in:
parent
386563197e
commit
8875e3abab
@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the configuration parameters for the dbau1x00 board.
|
||||
* This file contains the configuration parameters for qemu-mips target.
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -34,7 +34,7 @@
|
||||
|
||||
/*IP address is default used by Qemu*/
|
||||
#define CONFIG_IPADDR 10.0.2.15 /* Our IP address */
|
||||
#define CONFIG_SERVERIP 10.0.2.2 /* Server IP address*/
|
||||
#define CONFIG_SERVERIP 10.0.2.2 /* Server IP address */
|
||||
|
||||
#define CONFIG_BOOTDELAY 10 /* autoboot after 10 seconds */
|
||||
|
||||
@ -56,7 +56,6 @@
|
||||
|
||||
#define CONFIG_BOOTCOMMAND "bootp;bootelf"
|
||||
|
||||
|
||||
/*
|
||||
* BOOTP options
|
||||
*/
|
||||
@ -65,7 +64,6 @@
|
||||
#define CONFIG_BOOTP_GATEWAY
|
||||
#define CONFIG_BOOTP_HOSTNAME
|
||||
|
||||
|
||||
/*
|
||||
* Command line configuration.
|
||||
*/
|
||||
@ -117,7 +115,7 @@
|
||||
|
||||
#define CFG_CBSIZE 256 /* Console I/O Buffer Size */
|
||||
#define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
|
||||
#define CFG_MAXARGS 16 /* max number of command args*/
|
||||
#define CFG_MAXARGS 16 /* max number of command args */
|
||||
|
||||
#define CFG_MALLOC_LEN 128*1024
|
||||
|
||||
@ -151,6 +149,7 @@
|
||||
|
||||
/* Address and size of Primary Environment Sector */
|
||||
#define CFG_ENV_SIZE 0x10000
|
||||
|
||||
#undef CONFIG_NET_MULTI
|
||||
|
||||
#define MEM_SIZE 128
|
||||
|
Loading…
x
Reference in New Issue
Block a user