[U-Boot] [PATCH V2] make MODEM SUPPORT generic instead of duplicate it
Wolfgang Denk
wd at denx.de
Wed Jun 3 23:32:33 CEST 2009
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <1240664272-29583-1-git-send-email-plagnioj at jcrosoft.com> you wrote:
> and fix comment
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> ---
> v2:
> Fix comment
>
> Best Regards,
> J.
> common/Makefile | 1 +
> common/modem.c | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
> lib_arm/board.c | 99 --------------------------------------------
> lib_ppc/board.c | 97 -------------------------------------------
> 4 files changed, 123 insertions(+), 196 deletions(-)
> create mode 100644 common/modem.c
Applied, after modifying the file header:
> diff --git a/common/modem.c b/common/modem.c
> new file mode 100644
> index 0000000..44567b2
> --- /dev/null
> +++ b/common/modem.c
> @@ -0,0 +1,122 @@
> +/*
> + * (C) Copyright 2002-2006
> + * Wolfgang Denk, DENX Software Engineering, wd at denx.de.
> + *
> + * (C) Copyright 2002
> + * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
> + * Marius Groeger <mgroeger at sysgo.de>
> + *
> + * See file CREDITS for list of people who contributed to this
> + * project.
I deleted the Sysgo Copyright entry here, as I am sure that no part of
this code was written by Sysgo.
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
An Ada exception is when a routine gets in trouble and says
'Beam me up, Scotty'.
More information about the U-Boot
mailing list