Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS | Wolfgang Grandegger | 2009-01-23 | -1/+0 |
| | | | | | | | | | | | | | | | | This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and changes the default from 8 to 1 for the legacy and the new MTD NAND layer. This allows to remove all NAND_MAX_CHIPS definitions in the board config files because none of the boards use multi chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440 define #define NAND_MAX_CHIPS CONFIG_SYS_MAX_NAND_DEVICE but that's bogus and did not work anyhow. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Scott Wood <scottwood@freescale.com> | |||
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -36/+36 |
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
* | rename CFG_ENV macros to CONFIG_ENV | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -4/+4 |
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
* | rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
* | include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. | Jon Loeliger | 2007-07-10 | -0/+9 |
| | | | | | | | | | Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h used to be included but CONFIG_BOOTP_MASK was not defined. Remove lingering references to CFG_CMD_* symbols. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config ↵ | Jon Loeliger | 2007-07-05 | -10/+14 |
| | | | | | | files. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | Remove BOARDLIBS usage completely | Stefan Roese | 2007-04-23 | -1/+0 |
| | | | | Signed-off-by: Stefan Roese <sr@denx.de> | |||
* | NAND support for zylonite board + some minor cleanup. | Markus Klotzbuecher | 2006-04-25 | -84/+56 |
| | ||||
* | SDRAM now working for delta board, but there are still aliasing problems, | Markus Klotzbücher | 2006-02-22 | -2/+2 |
| | | | | we only see 64MB. | |||
* | Merged and added more pxa-regs.h stuff, especially the GPIO Control | Markus Klotzbücher | 2006-02-20 | -3/+3 |
| | | | | Register Definitions. | |||
* | Merged sufficient changes to pxa-regs.h in order to make u-boot compile. | Markus Klotzbücher | 2006-02-19 | -1/+3 |
| | | | | It doesn't run yet. | |||
* | Config updated for compiling the SMC911111 network driver | Markus Klotzbücher | 2006-02-10 | -5/+17 |
| | ||||
* | basic u-boot is working, boots into the command shell. | Markus Klotzbücher | 2006-02-09 | -1/+1 |
| | ||||
* | Forgot to add files to zylonite branch. | Markus Klotzbücher | 2006-02-07 | -0/+242 |