summaryrefslogtreecommitdiff
path: root/board/prodrive/alpr
AgeCommit message (Collapse)Author
2007-07-09board/[m-p]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-04board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-06-25ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese
This patch removes the CFG_PCI_PRE_INIT option completely, since it's not needed anymore with the patch from Matthias Fuchs with the "weak" pci_pre_init() implementation. Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-06[PATCH] Update ALPR board filesStefan Roese
This update brings the ALPR board support to the newest version. It also fixes a problem with the NAND driver. Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-27[PATCH] alpr: remove unused board specific flash driverStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-27[PATCH] Update Prodrive ALPR board support (440GX)Stefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2006-10-07Update ALPR code (NAND support working now)Stefan Roese
Patch by Stefan Roese, 07 Oct 2006
2006-09-18Merge with /home/stefan/git/u-boot/denxStefan Roese
2006-08-15Add initial support for the ALPR board from ProdriveStefan Roese
NAND needs some additional testing Patch by Heiko Schocher, 15 Aug 2006