[U-Boot] [PATCH] Remove duplication of CONFIG_BOOTCOUNT_LIMIT

2013-01-13 Thread Ashok Kumar Reddy
Remove duplication of CONFIG_BOOTCOUNT_LIMIT Signed-off-by: Ashok Kumar Reddy --- common/main.c |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/common/main.c b/common/main.c index 5d8454e..2314f27 100644 --- a/common/main.c +++ b/common/main.c @@ -369,16 +369,14

[U-Boot] Fwd: Re: [PATCH] mx6: Remove lowlevel_init.S

2012-09-20 Thread Ashok Kumar Reddy
Hi Fabio, On 17-09-2012 22:04, Fabio Estevam wrote: lowlevel_init.S is not used on mx6, so remove the file and the associated calls. Signed-off-by: Fabio Estevam --- arch/arm/cpu/armv7/mx6/Makefile|1 - arch/arm/cpu/armv7/mx6/lowlevel_init.S | 25 - ar

[U-Boot] [PATCH] ARM: arm1176: Define arch_cpu_init() for s3c64xx

2012-09-26 Thread Ashok Kumar Reddy
>From 0de61b9690c5f136ba5d3028be43877ea455d843 Mon Sep 17 00:00:00 2001 From: Ashok Kumar Reddy Date: Wed, 26 Sep 2012 23:44:59 +0530 Subject: [PATCH] ARM: arm1176: Define arch_cpu_init() for s3c64xx arch_cpu_init() is removed from cpu level to SOC level for arm1176 in commit 4ea6d6b,the same

Re: [U-Boot] [PATCH] ARM: arm1176: Define arch_cpu_init() for s3c64xx

2012-09-30 Thread Ashok Kumar Reddy
Hi Marek Vasut , Hi Stephen Warren Please provide comments for the below patch, as i forgot to add you in cc for below mail. Regards, Ashok On 26-09-2012 23:59, Ashok Kumar Reddy wrote: From 0de61b9690c5f136ba5d3028be43877ea455d843 Mon Sep 17 00:00:00 2001 From: Ashok Kumar Reddy Date

Re: [U-Boot] [PATCH] ARM: arm1176: Define arch_cpu_init() for s3c64xx

2012-09-30 Thread Ashok Kumar Reddy
Hi Marek Vasut, On 30-09-2012 18:51, Marek Vasut wrote: Dear Ashok Kumar Reddy, Hi Marek Vasut , Hi Stephen Warren Please provide comments for the below patch, as i forgot to add you in cc for below mail. You CC wrong people, CCing Minkyu. Anyway, this doesn't seem right, rem

[U-Boot] [PATCH] ARM: Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96

2012-10-15 Thread Ashok Kumar Reddy
Remove unused CONFIG_DRIVER_SMC9,CONFIG_DRIVER_LAN91C96, if required implement smc_set_mac_add() in board init. Signed-off-by: Ashok Kumar Reddy --- arch/arm/lib/board.c | 17 - 1 file changed, 17 deletions(-) diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c

[U-Boot] [PATCH] README : Rename CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111, CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96

2012-10-15 Thread Ashok Kumar Reddy
Rename CONFIG_DRIVER_SMC9 to CONFIG_SMC9, CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96 Signed-off-by: Ashok Kumar Reddy --- README |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index dd250a0..f360b62 100644 --- a/README +++ b/README @@ -1084,7

[U-Boot] [PATCH] omap2424:Rename CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C96 as CONFIG_DRIVER_LAN91C96 is obsolete.

2012-10-15 Thread Ashok Kumar Reddy
Rename CONFIG_DRIVER_LAN91C96 to CONFIG_LAN91C9 as CONFIG_DRIVER_LAN91C96 is obsolete. Signed-off-by: Ashok Kumar Reddy --- board/ti/omap2420h4/omap2420h4.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/ti/omap2420h4/omap2420h4.c b/board/ti/omap2420h4

[U-Boot] [PATCH v1] ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96

2012-10-15 Thread Ashok Kumar Reddy
Remove unused CONFIG_DRIVER_SMC9,CONFIG_DRIVER_LAN91C96, if required implement smc_set_mac_addr() in board init. Signed-off-by: Ashok Kumar Reddy --- Changes from v1: - Fixed typo arch/arm/lib/board.c | 17 - 1 file changed, 17 deletions(-) diff --git a/arch/arm

[U-Boot] [PATCH] mx35pdk:Use IMX_GPIO_NR macro

2012-11-07 Thread Ashok Kumar Reddy
Use IMX_GPO_NR macro Signed-off-by: Ashok Kumar Reddy --- board/freescale/mx35pdk/mx35pdk.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/mx35pdk/mx35pdk.c b/board/freescale/mx35pdk/mx35pdk.c index 7cb6b30..e9b3827 100644 --- a/board/freescale/mx35pdk

[U-Boot] [PATCH] configs:Remove unused macro CONFIG_DISCOVER_PHY

2012-11-07 Thread Ashok Kumar Reddy
Remove unused macro CONFIG_DISCOVER_PHY from configs. Signed-off-by: Ashok Kumar Reddy --- include/configs/apx4devkit.h |1 - include/configs/sc_sps_1.h |1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/apx4devkit.h b/include/configs/apx4devkit.h index 6764b47