[U-Boot] [PATCH 4/9] MX51: Add pin and multiplexer definitions.

Detlev Zundel dzu at denx.de
Mon Jan 11 16:58:17 CET 2010


Hi Stefano,

> The patch add header files to support the pin multiplexer
> of the the Freescale i.MX51 processor.
>
> Signed-off-by: Stefano Babic <sbabic at denx.de>
> Signed-off-by: Fred Fan fanyefeng at gmail.com
> ---
>  include/asm-arm/arch-mx51/iomux.h     |  240 ++++++++++++++++++++++
>  include/asm-arm/arch-mx51/mx51_pins.h |  365 +++++++++++++++++++++++++++++++++
>  2 files changed, 605 insertions(+), 0 deletions(-)
>  create mode 100644 include/asm-arm/arch-mx51/iomux.h
>  create mode 100644 include/asm-arm/arch-mx51/mx51_pins.h
>
> diff --git a/include/asm-arm/arch-mx51/iomux.h b/include/asm-arm/arch-mx51/iomux.h
> new file mode 100644
> index 0000000..3724bb8
> --- /dev/null
> +++ b/include/asm-arm/arch-mx51/iomux.h
> @@ -0,0 +1,240 @@
> +/*
> + * Copyright 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved.
> + */
> +
> +/*
> + * The code contained herein is licensed under the GNU General Public
> + * License. You may obtain a copy of the GNU General Public License
> + * Version 2 or later at the following locations:
> + *
> + * http://www.opensource.org/licenses/gpl-license.html
> + * http://www.gnu.org/copyleft/gpl.html
> + */

Ok, please check all your files for such a header and fix it, I will
stop here complaining about them ;)

Cheers
  Detlev

-- 
Or go for generality ... Add a programming language for extensibility
and write part of the program in that language.
                                    --- GNU Coding Standards
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de


More information about the U-Boot mailing list