From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sun, 28 Nov 2010 22:01:59 +0100 Subject: [U-Boot] [PATCH] do_reset: unify duplicate prototypes In-Reply-To: <1287560477-3668-1-git-send-email-vapier@gentoo.org> References: <1287560477-3668-1-git-send-email-vapier@gentoo.org> Message-ID: <20101128210159.A041A1352CD@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Mike Frysinger, In message <1287560477-3668-1-git-send-email-vapier@gentoo.org> you wrote: > The duplication of the do_reset prototype has gotten out of hand, > and they're not all in sync. Unify them all in command.h. > > Signed-off-by: Mike Frysinger > --- > api/api.c | 3 --- > arch/m68k/cpu/mcf5227x/cpu.c | 2 +- > arch/m68k/cpu/mcf523x/cpu.c | 2 +- > arch/m68k/cpu/mcf52x2/cpu.c | 14 +++++++------- > arch/m68k/cpu/mcf532x/cpu.c | 2 +- > arch/m68k/cpu/mcf5445x/cpu.c | 2 +- > arch/m68k/cpu/mcf547x_8x/cpu.c | 2 +- > arch/nios2/cpu/cpu.c | 2 +- > arch/powerpc/cpu/mpc85xx/cpu.c | 2 +- > arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c | 1 - > arch/powerpc/lib/bootm.c | 1 - > board/eltec/bab7xx/bab7xx.c | 3 ++- > board/esd/apc405/apc405.c | 1 - > board/esd/ar405/ar405.c | 2 -- > board/esd/ash405/ash405.c | 1 - > board/esd/canbt/canbt.c | 4 ---- > board/esd/cpci405/cpci405.c | 1 - > board/esd/cpciiser4/cpciiser4.c | 3 --- > board/esd/du405/du405.c | 3 --- > board/esd/hh405/hh405.c | 1 - > board/esd/pci405/pci405.c | 1 - > board/esd/plu405/plu405.c | 1 - > board/esd/tasreg/tasreg.c | 1 - > board/esd/voh405/voh405.c | 1 - > board/esd/wuh405/wuh405.c | 2 -- > board/freescale/m5249evb/m5249evb.c | 4 ---- > board/funkwerk/vovpn-gw/vovpn-gw.c | 2 +- > board/prodrive/pdnb3/pdnb3.c | 3 --- > board/sacsng/sacsng.c | 2 -- > .../xilinx/microblaze-generic/microblaze-generic.c | 3 ++- > board/zeus/zeus.c | 1 - > common/cmd_boot.c | 2 -- > common/cmd_bootm.c | 1 - > common/hush.c | 4 +--- > common/main.c | 4 ---- > include/command.h | 1 + > include/exports.h | 1 - > lib/vsprintf.c | 2 -- > 38 files changed, 21 insertions(+), 67 deletions(-) Applied to "next" branch, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de "I knew then (in 1970) that a 4-kbyte minicomputer would cost as much as a house. So I reasoned that after college, I'd have to live cheaply in an apartment and put all my money into owning a computer." - Apple co-founder Steve Wozniak, EE Times, June 6, 1988, pg 45