summaryrefslogtreecommitdiffstats
path: root/board/socrates/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2010-10-181-29/+0
| | | | | | | | | | Clean up Makefile, and drop a lot of the config.mk files on the way. We now also automatically pick all boards that are listed in boards.cfg (and with all configurations), so we can drop the redundant entries from MAKEALL to avoid building these twice. Signed-off-by: Wolfgang Denk <wd@denx.de>
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-181-1/+1
| | | | | | | | | | | | The change is currently needed to be able to remove the board configuration scripting from the top level Makefile and replace it by a simple, table driven script. Moving this configuration setting into the "CONFIG_*" name space is also desirable because it is needed if we ever should move forward to a Kconfig driven configuration system. Signed-off-by: Wolfgang Denk <wd@denx.de>
* socrates: adjust TEXT_BASE to increase U-Boot image sizeWolfgang Denk2010-09-191-1/+1
| | | | | | | We need more room for the U-Boot image. Shift TEXT_BASE as needed. Signed-off-by: Wolfgang Denk <wd@denx.de>
* Socrates: NAND support added. Changed the U-Boot base address andSergei Poselenov2008-06-111-2/+1
| | | | Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
* Initial support for "Socrates" boardSergei Poselenov2008-05-201-0/+30
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
OpenPOWER on IntegriCloud