mpc83xx: cosmetic: MERGERBOX.h checkpatch compliance

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
Joe Hershberger 2011-10-11 23:57:08 -05:00 committed by Kim Phillips
parent 4713db666c
commit 7c3a4f986c

View File

@ -530,8 +530,8 @@
#define CONFIG_ZERO_BOOTDELAY_CHECK #define CONFIG_ZERO_BOOTDELAY_CHECK
#define CONFIG_RESET_TO_RETRY 1000 #define CONFIG_RESET_TO_RETRY 1000
#define MV_CI MergerBox #define MV_CI "MergerBox"
#define MV_VCI MergerBox #define MV_VCI "MergerBox"
#define MV_FPGA_DATA 0xfc100000 #define MV_FPGA_DATA 0xfc100000
#define MV_FPGA_SIZE 0x00200000 #define MV_FPGA_SIZE 0x00200000
@ -570,8 +570,8 @@
"mv_version=" U_BOOT_VERSION "\0"\ "mv_version=" U_BOOT_VERSION "\0"\
"mtdids=" MTDIDS_DEFAULT "\0"\ "mtdids=" MTDIDS_DEFAULT "\0"\
"mtdparts=" MTDPARTS_DEFAULT "\0"\ "mtdparts=" MTDPARTS_DEFAULT "\0"\
"dhcp_client_id=" MK_STR(MV_CI) "\0"\ "dhcp_client_id=" MV_CI "\0"\
"dhcp_vendor-class-identifier=" MK_STR(MV_VCI) "\0"\ "dhcp_vendor-class-identifier=" MV_VCI "\0"\
"upd_uboot=dhcp;tftp bdi2000/u-boot-mergerbox-xp.bin;"\ "upd_uboot=dhcp;tftp bdi2000/u-boot-mergerbox-xp.bin;"\
"protect off all;erase $uboota +0xC0000;"\ "protect off all;erase $uboota +0xC0000;"\
"cp.b $loadaddr $uboota $filesize\0"\ "cp.b $loadaddr $uboota $filesize\0"\