[U-Boot] (no subject)

2015-11-17 Thread wd
>From ravi.koga...@moschip.com Tue Nov 17 12: 41:57 2015 Return-Path: X-Original-To: w...@gemini.denx.de Delivered-To: w...@gemini.denx.de Received: from diddl.denx.de (diddl.denx.de [10.0.0.6]) by gemini.denx.de (Postfix) with ESMTP id A23D7383C2E for ; Tue, 17 Nov 2015 12:41:57

[U-Boot] [PATCH] cmd_ext2.c: fix compile warnings

2009-04-27 Thread wd
From: Wolfgang Denk Get rid of these warnings: cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int' cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int' Signed-off-by: Wolfgang Denk --- common/cmd_ext2.

[U-Boot] [PATCH] Add "GPL cleanup" task to feature-removal-schedule.txt

2009-04-02 Thread wd
From: Wolfgang Denk Announce removal of all non-GPL or GPL-incompatible files after August 2009. Signed-off-by: Wolfgang Denk --- doc/feature-removal-schedule.txt | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/doc/feature-removal-schedule.txt b/doc/featu

[U-Boot] [PATCH] ads5121: enable instruction cache

2009-03-26 Thread wd
From: Wolfgang Denk Enabling the instruction cache significantly accelerates U-Boot operations like CRC checking, image uncompression, etc. Kudos to Andrea Scian for pointing out. Signed-off-by: Wolfgang Denk --- include/configs/ads5121.h |2 +- 1 files changed, 1 insertions(+), 1 deletio

[U-Boot] [PATCH] SIMPC8313 board: fix out of tree building.

2009-03-09 Thread wd
From: Wolfgang Denk Fix typo in makefile which broke out of tree builds. Also use expolicit "rm" instead of "ln -sf" which is known to be unreliable. Signed-off-by: Wolfgang Denk --- nand_spl/board/sheldon/simpc8313/Makefile | 27 ++- 1 files changed, 18 insertions(+

[U-Boot] [PATCH] TQM8xx{L, M}: try to normalize config files for TQM8xx? based board

2008-08-09 Thread wd
From: Wolfgang Denk <[EMAIL PROTECTED]> - enable CFI driver where this was forgotten - enable mtdparts support - adjust default environment etc. Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- include/configs/FPS850L.h | 41 ++--- include/configs/FPS860L.h | 87 +++