diff options
82 files changed, 88 insertions, 97 deletions
| @@ -376,7 +376,7 @@ D: Support for the Wind River sbc405, sbc8240 board  W: http://www.windriver.com  N: Stelian Pop -E: stelian.pop@leadtechdesign.com +E: stelian@popies.net  D: Atmel AT91CAP9ADK support  N: Ricardo Ribalda Delgado diff --git a/MAINTAINERS b/MAINTAINERS index f6f6b7204..c68842e03 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -771,7 +771,7 @@ Dave Peverley <dpeverley@mpc-data.co.uk>  	omap730p2	ARM926EJS -Stelian Pop <stelian.pop@leadtechdesign.com> +Stelian Pop <stelian@popies.net>  	at91sam9260ek	ARM926EJS (AT91SAM9260 SoC)  	at91sam9261ek	ARM926EJS (AT91SAM9261 SoC) @@ -316,7 +316,6 @@ LIST_ARM11="$(boards_by_cpu arm1136)	\  	imx31_phycore		\  	imx31_phycore_eet	\  	mx31pdk			\ -	mx31pdk_nand		\  	smdk6400		\  " diff --git a/arch/arm/cpu/arm920t/at91/at91rm9200_devices.c b/arch/arm/cpu/arm920t/at91/at91rm9200_devices.c index 412f502c3..4caa1579d 100644 --- a/arch/arm/cpu/arm920t/at91/at91rm9200_devices.c +++ b/arch/arm/cpu/arm920t/at91/at91rm9200_devices.c @@ -5,7 +5,7 @@   * Andreas Bießmann <andreas.devel@googlemail.com>   *   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/at91/at91cap9_devices.c b/arch/arm/cpu/arm926ejs/at91/at91cap9_devices.c index 2d878fdde..db2ecb8c8 100644 --- a/arch/arm/cpu/arm926ejs/at91/at91cap9_devices.c +++ b/arch/arm/cpu/arm926ejs/at91/at91cap9_devices.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * (C) Copyright 2009 diff --git a/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c b/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c index 65b8d516f..a4e9f09f0 100644 --- a/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c +++ b/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c b/arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c index edc797214..ae8cd56c5 100644 --- a/arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c +++ b/arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c b/arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c index 6eb0f305b..7191db26a 100644 --- a/arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c +++ b/arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * (C) Copyright 2009-2011 diff --git a/arch/arm/cpu/arm926ejs/at91/at91sam9m10g45_devices.c b/arch/arm/cpu/arm926ejs/at91/at91sam9m10g45_devices.c index 5ff32e374..f31c36437 100644 --- a/arch/arm/cpu/arm926ejs/at91/at91sam9m10g45_devices.c +++ b/arch/arm/cpu/arm926ejs/at91/at91sam9m10g45_devices.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c b/arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c index b0a16874d..ca44cf5a3 100644 --- a/arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c +++ b/arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/at91/led.c b/arch/arm/cpu/arm926ejs/at91/led.c index 6e59c8667..a1bb28d72 100644 --- a/arch/arm/cpu/arm926ejs/at91/led.c +++ b/arch/arm/cpu/arm926ejs/at91/led.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/at91/reset.c b/arch/arm/cpu/arm926ejs/at91/reset.c index 023719a68..f6a7cb7a8 100644 --- a/arch/arm/cpu/arm926ejs/at91/reset.c +++ b/arch/arm/cpu/arm926ejs/at91/reset.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/at91/timer.c b/arch/arm/cpu/arm926ejs/at91/timer.c index a0876879d..f70ce83f0 100644 --- a/arch/arm/cpu/arm926ejs/at91/timer.c +++ b/arch/arm/cpu/arm926ejs/at91/timer.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/mb86r0x/timer.c b/arch/arm/cpu/arm926ejs/mb86r0x/timer.c index 8f3805645..75314b91b 100644 --- a/arch/arm/cpu/arm926ejs/mb86r0x/timer.c +++ b/arch/arm/cpu/arm926ejs/mb86r0x/timer.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * (C) Copyright 2010 diff --git a/arch/arm/cpu/armv7/omap3/board.c b/arch/arm/cpu/armv7/omap3/board.c index a9fdb4f8e..cdf452dfb 100644 --- a/arch/arm/cpu/armv7/omap3/board.c +++ b/arch/arm/cpu/armv7/omap3/board.c @@ -93,16 +93,6 @@ u32 omap_boot_device(void)  /****************************************************************************** - * Routine: delay - * Description: spinning delay to use before udelay works - *****************************************************************************/ -static inline void delay(unsigned long loops) -{ -	__asm__ volatile ("1:\n" "subs %0, %1, #1\n" -			  "bne 1b":"=r" (loops):"0"(loops)); -} - -/******************************************************************************   * Routine: secure_unlock   * Description: Setup security registers for access   *              (GP Device only) @@ -227,7 +217,7 @@ void s_init(void)  #endif  	set_muxconf_regs(); -	delay(100); +	sdelay(100);  	prcm_init(); diff --git a/arch/arm/include/asm/arch-at91/at91_common.h b/arch/arm/include/asm/arch-at91/at91_common.h index 330edd83c..8282f4619 100644 --- a/arch/arm/include/asm/arch-at91/at91_common.h +++ b/arch/arm/include/asm/arch-at91/at91_common.h @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/include/asm/arch-at91/at91cap9.h b/arch/arm/include/asm/arch-at91/at91cap9.h index 5af6fdc25..7bf363ab1 100644 --- a/arch/arm/include/asm/arch-at91/at91cap9.h +++ b/arch/arm/include/asm/arch-at91/at91cap9.h @@ -1,7 +1,7 @@  /*   * [origin: Linux kernel include/asm-arm/arch-at91/at91cap9.h]   * - *  Copyright (C) 2007 Stelian Pop <stelian.pop@leadtechdesign.com> + *  Copyright (C) 2007 Stelian Pop <stelian@popies.net>   *  Copyright (C) 2007 Lead Tech Design <www.leadtechdesign.com>   *  Copyright (C) 2007 Atmel Corporation.   * diff --git a/arch/arm/include/asm/arch-at91/at91cap9_matrix.h b/arch/arm/include/asm/arch-at91/at91cap9_matrix.h index 22b7e9b8f..a9b5ae00a 100644 --- a/arch/arm/include/asm/arch-at91/at91cap9_matrix.h +++ b/arch/arm/include/asm/arch-at91/at91cap9_matrix.h @@ -1,7 +1,7 @@  /*   * [origin: Linux kernel include/asm-arm/arch-at91/at91cap9_matrix.h]   * - *  Copyright (C) 2007 Stelian Pop <stelian.pop@leadtechdesign.com> + *  Copyright (C) 2007 Stelian Pop <stelian@popies.net>   *  Copyright (C) 2007 Lead Tech Design <www.leadtechdesign.com>   *  Copyright (C) 2006 Atmel Corporation.   * diff --git a/arch/arm/include/asm/arch-at91/clk.h b/arch/arm/include/asm/arch-at91/clk.h index f6453275c..1e8522b83 100644 --- a/arch/arm/include/asm/arch-at91/clk.h +++ b/arch/arm/include/asm/arch-at91/clk.h @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   * Copyright (C) 2009 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>   * diff --git a/arch/arm/include/asm/arch-at91/hardware.h b/arch/arm/include/asm/arch-at91/hardware.h index 36af571a5..85c2889e5 100644 --- a/arch/arm/include/asm/arch-at91/hardware.h +++ b/arch/arm/include/asm/arch-at91/hardware.h @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/include/asm/arch-davinci/davinci_misc.h b/arch/arm/include/asm/arch-davinci/davinci_misc.h index 211b76920..cbac8031b 100644 --- a/arch/arm/include/asm/arch-davinci/davinci_misc.h +++ b/arch/arm/include/asm/arch-davinci/davinci_misc.h @@ -45,9 +45,6 @@ struct pinmux_resource {  				.n_pins = ARRAY_SIZE(item) \  			  } -#define HAWKBOARD_KICK0_UNLOCK          0x83e70b13 -#define HAWKBOARD_KICK1_UNLOCK          0x95a4f1e0 -  struct lpsc_resource {  	const int	lpsc_no;  }; diff --git a/arch/arm/include/asm/dma-mapping.h b/arch/arm/include/asm/dma-mapping.h index 501ce0e68..5bbb0a046 100644 --- a/arch/arm/include/asm/dma-mapping.h +++ b/arch/arm/include/asm/dma-mapping.h @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/board/afeb9260/Makefile b/board/afeb9260/Makefile index 9134856e2..c56bcf8da 100644 --- a/board/afeb9260/Makefile +++ b/board/afeb9260/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net>  # Lead Tech Design <www.leadtechdesign.com>  #  # See file CREDITS for list of people who contributed to this diff --git a/board/afeb9260/afeb9260.c b/board/afeb9260/afeb9260.c index f0e2e801c..dda69e029 100644 --- a/board/afeb9260/afeb9260.c +++ b/board/afeb9260/afeb9260.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   * (C) Copyright 2008 Sergey Lapin <slapin@ossfans.org>   * diff --git a/board/atmel/at91sam9260ek/Makefile b/board/atmel/at91sam9260ek/Makefile index b9ecc886e..66706eb95 100644 --- a/board/atmel/at91sam9260ek/Makefile +++ b/board/atmel/at91sam9260ek/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net>  # Lead Tech Design <www.leadtechdesign.com>  #  # See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9260ek/at91sam9260ek.c b/board/atmel/at91sam9260ek/at91sam9260ek.c index b3ed91d43..255567252 100644 --- a/board/atmel/at91sam9260ek/at91sam9260ek.c +++ b/board/atmel/at91sam9260ek/at91sam9260ek.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9260ek/led.c b/board/atmel/at91sam9260ek/led.c index daf81e805..9bdd38576 100644 --- a/board/atmel/at91sam9260ek/led.c +++ b/board/atmel/at91sam9260ek/led.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9261ek/Makefile b/board/atmel/at91sam9261ek/Makefile index 080f289ed..f44dcdb25 100644 --- a/board/atmel/at91sam9261ek/Makefile +++ b/board/atmel/at91sam9261ek/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net>  # Lead Tech Design <www.leadtechdesign.com>  #  # See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9261ek/at91sam9261ek.c b/board/atmel/at91sam9261ek/at91sam9261ek.c index b6c7d9e02..47ab83967 100644 --- a/board/atmel/at91sam9261ek/at91sam9261ek.c +++ b/board/atmel/at91sam9261ek/at91sam9261ek.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9261ek/led.c b/board/atmel/at91sam9261ek/led.c index 0c2f52282..7fa6136b7 100644 --- a/board/atmel/at91sam9261ek/led.c +++ b/board/atmel/at91sam9261ek/led.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9263ek/Makefile b/board/atmel/at91sam9263ek/Makefile index 849304338..af8726d33 100644 --- a/board/atmel/at91sam9263ek/Makefile +++ b/board/atmel/at91sam9263ek/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net>  # Lead Tech Design <www.leadtechdesign.com>  #  # See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9263ek/at91sam9263ek.c b/board/atmel/at91sam9263ek/at91sam9263ek.c index 4d2937d2d..41ec75257 100644 --- a/board/atmel/at91sam9263ek/at91sam9263ek.c +++ b/board/atmel/at91sam9263ek/at91sam9263ek.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9263ek/led.c b/board/atmel/at91sam9263ek/led.c index c44455e66..ce3cf0997 100644 --- a/board/atmel/at91sam9263ek/led.c +++ b/board/atmel/at91sam9263ek/led.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9m10g45ek/Makefile b/board/atmel/at91sam9m10g45ek/Makefile index 6c37827d1..191511185 100644 --- a/board/atmel/at91sam9m10g45ek/Makefile +++ b/board/atmel/at91sam9m10g45ek/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net>  # Lead Tech Design <www.leadtechdesign.com>  #  # See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c b/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c index 24a86063b..5a042749f 100644 --- a/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c +++ b/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9m10g45ek/led.c b/board/atmel/at91sam9m10g45ek/led.c index dadbd6a76..0fd38f681 100644 --- a/board/atmel/at91sam9m10g45ek/led.c +++ b/board/atmel/at91sam9m10g45ek/led.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9rlek/Makefile b/board/atmel/at91sam9rlek/Makefile index 7de889717..36df7afa5 100644 --- a/board/atmel/at91sam9rlek/Makefile +++ b/board/atmel/at91sam9rlek/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net>  # Lead Tech Design <www.leadtechdesign.com>  #  # See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9rlek/at91sam9rlek.c b/board/atmel/at91sam9rlek/at91sam9rlek.c index e55908464..ef0ddd780 100644 --- a/board/atmel/at91sam9rlek/at91sam9rlek.c +++ b/board/atmel/at91sam9rlek/at91sam9rlek.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9rlek/led.c b/board/atmel/at91sam9rlek/led.c index 987e8c061..4a1e8d7d9 100644 --- a/board/atmel/at91sam9rlek/led.c +++ b/board/atmel/at91sam9rlek/led.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/board/calao/sbc35_a9g20/Makefile b/board/calao/sbc35_a9g20/Makefile index 7b7cc2968..8a0618ebc 100644 --- a/board/calao/sbc35_a9g20/Makefile +++ b/board/calao/sbc35_a9g20/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net>  # Lead Tech Design <www.leadtechdesign.com>  #  # See file CREDITS for list of people who contributed to this diff --git a/board/calao/sbc35_a9g20/sbc35_a9g20.c b/board/calao/sbc35_a9g20/sbc35_a9g20.c index 5f448d9f5..4f5cff68e 100644 --- a/board/calao/sbc35_a9g20/sbc35_a9g20.c +++ b/board/calao/sbc35_a9g20/sbc35_a9g20.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * Copyright (C) 2009 diff --git a/board/calao/tny_a9260/Makefile b/board/calao/tny_a9260/Makefile index 1bf21e12c..5a6c6b894 100644 --- a/board/calao/tny_a9260/Makefile +++ b/board/calao/tny_a9260/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net>  # Lead Tech Design <www.leadtechdesign.com>  #  # See file CREDITS for list of people who contributed to this diff --git a/board/calao/tny_a9260/tny_a9260.c b/board/calao/tny_a9260/tny_a9260.c index ab51a335a..24de177dd 100644 --- a/board/calao/tny_a9260/tny_a9260.c +++ b/board/calao/tny_a9260/tny_a9260.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * Copyright (C) 2009 diff --git a/board/davinci/da8xxevm/hawkboard.c b/board/davinci/da8xxevm/hawkboard.c index f34830ed2..9d4e238bf 100644 --- a/board/davinci/da8xxevm/hawkboard.c +++ b/board/davinci/da8xxevm/hawkboard.c @@ -47,8 +47,8 @@ int board_early_init_f(void)  	/*  	 * Kick Registers need to be set to allow access to Pin Mux registers  	 */ -	writel(HAWKBOARD_KICK0_UNLOCK, &davinci_syscfg_regs->kick0); -	writel(HAWKBOARD_KICK1_UNLOCK, &davinci_syscfg_regs->kick1); +	writel(DV_SYSCFG_KICK0_UNLOCK, &davinci_syscfg_regs->kick0); +	writel(DV_SYSCFG_KICK1_UNLOCK, &davinci_syscfg_regs->kick1);  	/* set cfgchip3 to select mii */  	writel(readl(&davinci_syscfg_regs->cfgchip3) & diff --git a/board/davinci/da8xxevm/hawkboard_nand_spl.c b/board/davinci/da8xxevm/hawkboard_nand_spl.c index e5e65e5fd..32b17ce7f 100644 --- a/board/davinci/da8xxevm/hawkboard_nand_spl.c +++ b/board/davinci/da8xxevm/hawkboard_nand_spl.c @@ -99,8 +99,8 @@ void board_init_f(ulong bootflag)  	/*  	 * Kick Registers need to be set to allow access to Pin Mux registers  	 */ -	writel(HAWKBOARD_KICK0_UNLOCK, &davinci_syscfg_regs->kick0); -	writel(HAWKBOARD_KICK1_UNLOCK, &davinci_syscfg_regs->kick1); +	writel(DV_SYSCFG_KICK0_UNLOCK, &davinci_syscfg_regs->kick0); +	writel(DV_SYSCFG_KICK1_UNLOCK, &davinci_syscfg_regs->kick1);  	/* setup the SUSPSRC for ARM to control emulation suspend */  	writel(readl(&davinci_syscfg_regs->suspsrc) & diff --git a/board/davinci/schmoogie/schmoogie.c b/board/davinci/schmoogie/schmoogie.c index 8b615a992..52d00e420 100644 --- a/board/davinci/schmoogie/schmoogie.c +++ b/board/davinci/schmoogie/schmoogie.c @@ -33,9 +33,6 @@ DECLARE_GLOBAL_DATA_PTR;  int board_init(void)  { -	/* arch number of the board */ -	gd->bd->bi_arch_number = MACH_TYPE_SCHMOOGIE; -  	/* address of boot parameters */  	gd->bd->bi_boot_params = LINUX_BOOT_PARAM_ADDR; diff --git a/board/davinci/sonata/sonata.c b/board/davinci/sonata/sonata.c index c194290c0..55110fb27 100644 --- a/board/davinci/sonata/sonata.c +++ b/board/davinci/sonata/sonata.c @@ -34,9 +34,6 @@ DECLARE_GLOBAL_DATA_PTR;  int board_init(void)  { -	/* arch number of the board */ -	gd->bd->bi_arch_number = MACH_TYPE_SONATA; -  	/* address of boot parameters */  	gd->bd->bi_boot_params = LINUX_BOOT_PARAM_ADDR; diff --git a/board/emk/top9000/top9000.c b/board/emk/top9000/top9000.c index 61dee62de..6f5662a96 100644 --- a/board/emk/top9000/top9000.c +++ b/board/emk/top9000/top9000.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * (C) Copyright 2010 diff --git a/board/esd/meesc/Makefile b/board/esd/meesc/Makefile index 74cfce9d5..2c95ceda7 100644 --- a/board/esd/meesc/Makefile +++ b/board/esd/meesc/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net>  # Lead Tech Design <www.leadtechdesign.com>  #  # See file CREDITS for list of people who contributed to this diff --git a/board/esd/meesc/meesc.c b/board/esd/meesc/meesc.c index ad43531cb..4882ffc0f 100644 --- a/board/esd/meesc/meesc.c +++ b/board/esd/meesc/meesc.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * (C) Copyright 2009-2011 diff --git a/board/esd/otc570/Makefile b/board/esd/otc570/Makefile index 181929230..3e94d1978 100644 --- a/board/esd/otc570/Makefile +++ b/board/esd/otc570/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net>  # Lead Tech Design <www.leadtechdesign.com>  #  # See file CREDITS for list of people who contributed to this diff --git a/board/esd/otc570/otc570.c b/board/esd/otc570/otc570.c index 15faa1627..5dded41be 100644 --- a/board/esd/otc570/otc570.c +++ b/board/esd/otc570/otc570.c @@ -4,7 +4,7 @@   * esd electronic system design gmbh <www.esd.eu>   *   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/board/eukrea/cpu9260/Makefile b/board/eukrea/cpu9260/Makefile index 897fe3e19..2ec6338a5 100644 --- a/board/eukrea/cpu9260/Makefile +++ b/board/eukrea/cpu9260/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com +# Stelian Pop <stelian@popies.net  # Lead Tech Design <www.leadtechdesign.com>  # Ilko Iliev <www.ronetix.at>  # diff --git a/board/eukrea/cpu9260/cpu9260.c b/board/eukrea/cpu9260/cpu9260.c index 402f19ff8..ecb079696 100644 --- a/board/eukrea/cpu9260/cpu9260.c +++ b/board/eukrea/cpu9260/cpu9260.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   * Ilko Iliev <www.ronetix.at>   * diff --git a/board/faraday/a320evb/a320evb.c b/board/faraday/a320evb/a320evb.c index 2578be4f9..dfd186ba8 100644 --- a/board/faraday/a320evb/a320evb.c +++ b/board/faraday/a320evb/a320evb.c @@ -31,7 +31,6 @@ DECLARE_GLOBAL_DATA_PTR;  int board_init(void)  { -	gd->bd->bi_arch_number = MACH_TYPE_FARADAY;  	gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100;  	ftsmc020_init();	/* initialize Flash */ diff --git a/board/ronetix/pm9261/Makefile b/board/ronetix/pm9261/Makefile index 0abca0d11..a288b281c 100644 --- a/board/ronetix/pm9261/Makefile +++ b/board/ronetix/pm9261/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net>  # Lead Tech Design <www.leadtechdesign.com>  # Ilko Iliev <www.ronetix.at>  # diff --git a/board/ronetix/pm9261/led.c b/board/ronetix/pm9261/led.c index f65987035..1a2a81d07 100644 --- a/board/ronetix/pm9261/led.c +++ b/board/ronetix/pm9261/led.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   * Ilko Iliev <www.ronetix.at>   * diff --git a/board/ronetix/pm9261/pm9261.c b/board/ronetix/pm9261/pm9261.c index b26e33a65..c6b582d2b 100644 --- a/board/ronetix/pm9261/pm9261.c +++ b/board/ronetix/pm9261/pm9261.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   * Copyright (C) 2008 Ronetix Ilko Iliev (www.ronetix.at)   * Copyright (C) 2009 Jean-Christopher PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> diff --git a/board/ronetix/pm9263/Makefile b/board/ronetix/pm9263/Makefile index 68baec727..db8de825e 100644 --- a/board/ronetix/pm9263/Makefile +++ b/board/ronetix/pm9263/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net>  # Lead Tech Design <www.leadtechdesign.com>  # Ilko Iliev <www.ronetix.at>  # diff --git a/board/ronetix/pm9263/led.c b/board/ronetix/pm9263/led.c index d6eb69f04..e6883a34a 100644 --- a/board/ronetix/pm9263/led.c +++ b/board/ronetix/pm9263/led.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   * Ilko Iliev <www.ronetix.at>   * diff --git a/board/ronetix/pm9263/pm9263.c b/board/ronetix/pm9263/pm9263.c index 335efba8e..59cca87a9 100644 --- a/board/ronetix/pm9263/pm9263.c +++ b/board/ronetix/pm9263/pm9263.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   * Copyright (C) 2008 Ronetix Ilko Iliev (www.ronetix.at)   * Copyright (C) 2009 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> diff --git a/board/ronetix/pm9g45/Makefile b/board/ronetix/pm9g45/Makefile index e58696466..bebc5b406 100644 --- a/board/ronetix/pm9g45/Makefile +++ b/board/ronetix/pm9g45/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net>  # Lead Tech Design <www.leadtechdesign.com>  #  # See file CREDITS for list of people who contributed to this diff --git a/board/ronetix/pm9g45/pm9g45.c b/board/ronetix/pm9g45/pm9g45.c index 961d193fd..d29d0763a 100644 --- a/board/ronetix/pm9g45/pm9g45.c +++ b/board/ronetix/pm9g45/pm9g45.c @@ -5,7 +5,7 @@   * Ronetix GmbH <www.ronetix.at>   *   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * See file CREDITS for list of people who contributed to this diff --git a/board/syteco/jadecpu/Makefile b/board/syteco/jadecpu/Makefile index c99252c82..a2951a4ef 100644 --- a/board/syteco/jadecpu/Makefile +++ b/board/syteco/jadecpu/Makefile @@ -3,7 +3,7 @@  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.  #  # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com> +# Stelian Pop <stelian@popies.net>  # Lead Tech Design <www.leadtechdesign.com>  #  # See file CREDITS for list of people who contributed to this diff --git a/doc/README.scrapyard b/doc/README.scrapyard index cb5e4bc0c..d37dbcfb4 100644 --- a/doc/README.scrapyard +++ b/doc/README.scrapyard @@ -30,7 +30,7 @@ m501sk	arm	arm920t	b1a2bd4	  2011-07-17  kb9202	arm	arm920t	5bd3814	  2011-07-17  csb637	arm	arm920t	d14af08	  2011-07-17  cmc_pu2	arm	arm920t	37a9b4d	  2011-07-17 -at91cap9adk arm	arm926ejs b550834 2011-07-17	Stelian Pop <stelian.pop@leadtechdesign.com> +at91cap9adk arm	arm926ejs b550834 2011-07-17	Stelian Pop <stelian@popies.net>  voiceblue arm	arm925t	1b793a4	  2011-07-17  smdk2400 arm	arm920t	ad218a8	  2011-07-17	Gary Jennejohn <garyj@denx.de>  sbc2410x arm	arm920t	1f7f0ed	  2011-07-17 diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c index 818d3624a..de663824f 100644 --- a/drivers/mtd/nand/atmel_nand.c +++ b/drivers/mtd/nand/atmel_nand.c @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * (C) Copyright 2006 ATMEL Rousset, Lacressonniere Nicolas diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h index 45a7c53f7..1fafbedc9 100644 --- a/include/configs/a320evb.h +++ b/include/configs/a320evb.h @@ -25,6 +25,12 @@  #include <asm/arch/a320.h>  /* + * mach-type definition + */ +#define MACH_TYPE_FARADAY	758 +#define CONFIG_MACH_TYPE	MACH_TYPE_FARADAY + +/*   * Linux kernel tagged list   */  #define CONFIG_CMDLINE_TAG diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index c439f3e82..db52ee66d 100644 --- a/include/configs/at91sam9260ek.h +++ b/include/configs/at91sam9260ek.h @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * Configuation settings for the AT91SAM9260EK & AT91SAM9G20EK boards. diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h index c8fc9e7bd..5140b26cd 100644 --- a/include/configs/at91sam9261ek.h +++ b/include/configs/at91sam9261ek.h @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * Configuation settings for the AT91SAM9261EK board. diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index f73d952ff..83992461f 100644 --- a/include/configs/at91sam9263ek.h +++ b/include/configs/at91sam9263ek.h @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * Configuation settings for the AT91SAM9263EK board. diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index 05575cd34..5ef6bd230 100644 --- a/include/configs/at91sam9m10g45ek.h +++ b/include/configs/at91sam9m10g45ek.h @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * Configuation settings for the AT91SAM9M10G45EK board(and AT91SAM9G45EKES). diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h index 3ca09e143..79ea1f29a 100644 --- a/include/configs/at91sam9rlek.h +++ b/include/configs/at91sam9rlek.h @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * Configuation settings for the AT91SAM9RLEK board. diff --git a/include/configs/cpu9260.h b/include/configs/cpu9260.h index 0c86d6220..8674a35d2 100644 --- a/include/configs/cpu9260.h +++ b/include/configs/cpu9260.h @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   * Ilko Iliev <www.ronetix.at>   * diff --git a/include/configs/davinci_schmoogie.h b/include/configs/davinci_schmoogie.h index 5eaa19884..f4ddbeacc 100644 --- a/include/configs/davinci_schmoogie.h +++ b/include/configs/davinci_schmoogie.h @@ -27,6 +27,9 @@  #define CONFIG_SYS_NAND_LARGEPAGE  #define CONFIG_SYS_USE_NAND  #define CONFIG_DISPLAY_CPUINFO +#define MACH_TYPE_SCHMOOGIE 1255 +#define CONFIG_MACH_TYPE MACH_TYPE_SCHMOOGIE +  /*===================*/  /* SoC Configuration */  /*===================*/ diff --git a/include/configs/davinci_sonata.h b/include/configs/davinci_sonata.h index 74530e830..fc4d8ecea 100644 --- a/include/configs/davinci_sonata.h +++ b/include/configs/davinci_sonata.h @@ -52,6 +52,8 @@  #define CONFIG_SYS_NAND_SMALLPAGE  #define CONFIG_SYS_USE_NOR  #define CONFIG_DISPLAY_CPUINFO +#define MACH_TYPE_SONATA 1254 +#define CONFIG_MACH_TYPE MACH_TYPE_SONATA  /*===================*/  /* SoC Configuration */  /*===================*/ diff --git a/include/configs/meesc.h b/include/configs/meesc.h index ea402905b..d6197bc61 100644 --- a/include/configs/meesc.h +++ b/include/configs/meesc.h @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * (C) Copyright 2009-2011 diff --git a/include/configs/otc570.h b/include/configs/otc570.h index c068aa015..b322c775a 100644 --- a/include/configs/otc570.h +++ b/include/configs/otc570.h @@ -4,7 +4,7 @@   * esd electronic system design gmbh <www.esd.eu>   *   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * Configuation settings for the esd OTC570 board. diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index 55455e7a2..9fbf9afe2 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   * Ilko Iliev <www.ronetix.at>   * diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index 43104a3e2..374be2739 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   * Ilko Iliev <www.ronetix.at>   * diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h index d3beaf300..5b08d9109 100644 --- a/include/configs/pm9g45.h +++ b/include/configs/pm9g45.h @@ -5,7 +5,7 @@   * Ronetix GmbH <www.ronetix.at>   *   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * Configuation settings for the PM9G45 board. diff --git a/include/configs/tny_a9260.h b/include/configs/tny_a9260.h index 986aebaae..ec8ec18ec 100644 --- a/include/configs/tny_a9260.h +++ b/include/configs/tny_a9260.h @@ -1,6 +1,6 @@  /*   * (C) Copyright 2007-2008 - * Stelian Pop <stelian.pop@leadtechdesign.com> + * Stelian Pop <stelian@popies.net>   * Lead Tech Design <www.leadtechdesign.com>   *   * Copyright (C) 2009 diff --git a/include/dataflash.h b/include/dataflash.h index 056e18b03..94f86b3a3 100644 --- a/include/dataflash.h +++ b/include/dataflash.h @@ -207,7 +207,8 @@ extern int addr2ram(ulong addr);  extern int dataflash_real_protect (int flag, unsigned long start_addr, unsigned long end_addr);  extern int addr_dataflash (unsigned long addr);  extern int read_dataflash (unsigned long addr, unsigned long size, char *result); -extern int write_dataflash (unsigned long addr, unsigned long dest, unsigned long size); +extern int write_dataflash(unsigned long addr_dest, unsigned long addr_src, +			unsigned long size);  extern int AT91F_DataflashInit(void);  extern void dataflash_print_info (void); |