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>
master
Shinya Kuribayashi 17 years ago committed by Wolfgang Denk
parent 386563197e
commit 8875e3abab
  1. 9
      include/configs/qemu-mips.h

@ -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 #ifndef __CONFIG_H
@ -34,7 +34,7 @@
/*IP address is default used by Qemu*/ /*IP address is default used by Qemu*/
#define CONFIG_IPADDR 10.0.2.15 /* Our IP address */ #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 */ #define CONFIG_BOOTDELAY 10 /* autoboot after 10 seconds */
@ -56,7 +56,6 @@
#define CONFIG_BOOTCOMMAND "bootp;bootelf" #define CONFIG_BOOTCOMMAND "bootp;bootelf"
/* /*
* BOOTP options * BOOTP options
*/ */
@ -65,7 +64,6 @@
#define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_GATEWAY
#define CONFIG_BOOTP_HOSTNAME #define CONFIG_BOOTP_HOSTNAME
/* /*
* Command line configuration. * Command line configuration.
*/ */
@ -117,7 +115,7 @@
#define CFG_CBSIZE 256 /* Console I/O Buffer Size */ #define CFG_CBSIZE 256 /* Console I/O Buffer Size */
#define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print 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 #define CFG_MALLOC_LEN 128*1024
@ -151,6 +149,7 @@
/* Address and size of Primary Environment Sector */ /* Address and size of Primary Environment Sector */
#define CFG_ENV_SIZE 0x10000 #define CFG_ENV_SIZE 0x10000
#undef CONFIG_NET_MULTI #undef CONFIG_NET_MULTI
#define MEM_SIZE 128 #define MEM_SIZE 128

Loading…
Cancel
Save