[U-Boot] PATCH: Fixed PPC4xx debug compilation error in uic.c

2009-06-16 Thread Alessio Centazzo
This patch fixes a debug compilation error for PPC4xx platforms, all other architectures are not affected by this change. The 'handler' pointer was undefined. The fix is exercised and has effect only if DEBUG is defined. Signed-off-by: Alessio Centazzo acpatin {AT} yahoo {DOT} c

[U-Boot] PATCH: Fixed PPC4xx compilation warning in 4xx_enet.c

2009-06-17 Thread Alessio Centazzo
ere is not such platform in the repository yet): 4xx_enet.c: In function 'ppc_4xx_eth_init': 4xx_enet.c:880: warning: unused variable 'ethgroup' Signed-off-by: Alessio Centazzo acpatin {AT} yahoo {DOT} com diff -Nau u-boot-2009.06/drivers/net/4xx_enet.c.orig u-boot-2009.06/

[U-Boot] [PATCH] ppc4xx: Fixed PPC4xx debug compilation error in uic.c

2009-06-23 Thread Alessio Centazzo
This patch fixes a debug compilation error for PPC4xx platforms, all other architectures are not affected by this change. The 'handler' pointer was undefined. The fix is exercised and has effect only if DEBUG is defined. Signed-off-by: Alessio Centazzo acpa...@yahoo.com --- cpu/pp

[U-Boot] [PATCH] ppc4cc: Fixed compilation warning in 4xx_enet.c

2009-06-23 Thread Alessio Centazzo
is not such platform in the repository yet): 4xx_enet.c: In function 'ppc_4xx_eth_init': 4xx_enet.c:880: warning: unused variable 'ethgroup' Signed-off-by: Alessio Centazzo acpa...@yahoo.com --- drivers/net/4xx_enet.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) dif

[U-Boot] [PATCH] ppc4xx: Fixed PPC4xx debug compilation error in uic.c

2009-06-30 Thread Alessio Centazzo
This patch fixes a debug compilation error for PPC4xx platforms, all other architectures are not affected by this change. The 'handler' pointer was undefined. The fix is exercised and has effect only if DEBUG is defined. Signed-off-by: Alessio Centazzo acpa...@yahoo.com --- cpu/pp

[U-Boot] [PATCH] ppc4xx: Fixed compilation warning in 4xx_enet.c

2009-06-30 Thread Alessio Centazzo
is not such platform in the repository yet): 4xx_enet.c: In function 'ppc_4xx_eth_init': 4xx_enet.c:880: warning: unused variable 'ethgroup' Signed-off-by: Alessio Centazzo acpa...@yahoo.com --- drivers/net/4xx_enet.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) dif

[U-Boot] [PATCH] ppc4xx: Fixed PPC4xx debug compilation error in uic.c

2009-07-01 Thread Alessio Centazzo
This patch fixes a debug compilation error for PPC4xx platforms, all other architectures are not affected by this change. The 'handler' pointer was undefined. The fix is exercised and has effect only if DEBUG is defined. Signed-off-by: Alessio Centazzo acpa...@yahoo.com --- cpu/pp

[U-Boot] Subject: [PATCH] ppc4xx: Fixed compilation warning in 4xx_enet.c

2009-07-01 Thread Alessio Centazzo
is not such platform in the repository yet): 4xx_enet.c: In function 'ppc_4xx_eth_init': 4xx_enet.c:880: warning: unused variable 'ethgroup' Signed-off-by: Alessio Centazzo acpa...@yahoo.com --- drivers/net/4xx_enet.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) dif

[U-Boot] [PATCH] ppc4xx: Fixed compilation warning in 4xx_enet.c

2009-07-11 Thread Alessio Centazzo
ase of 440SP platforms with on-board Ethernet PHY, 'ethgroup' is undefined but used (there are not such platforms in the repository yet). All other architectures are not affected by this change. Signed-off-by: Alessio Centazzo acpa...@yahoo.com --- drivers/net/4xx_enet.c |3 +-- 1