aboutsummaryrefslogtreecommitdiffstats
path: root/board/syteco/jadecpu/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-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>
2010-09-21arm: Make jadecpu board use relocationMatthias Weisser1-1/+1
This patch modifies jadecpu board so that it is usable with the relocation patches by Heiko Schocher Signed-off-by: Matthias Weisser <weisserm@arcor.de>
2010-08-10ARM: Add support for jadecpu board based on MB86R01 SoCMatthias Weisser1-0/+1
This patch adds support for the jadecpu board using the MB86R01 'Jade' SoC from Fujitsu. Signed-off-by: Matthias Weisser <weisserm@arcor.de>