diff options
author | Rafal Jaworowski <raj@semihalf.com> | 2007-07-27 14:43:59 +0200 |
---|---|---|
committer | Rafal Jaworowski <raj@semihalf.com> | 2007-07-27 14:43:59 +0200 |
commit | 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6 (patch) | |
tree | c5ce1d56f002d132d527f66afc9a35adb077b56f /Makefile | |
parent | 1863cfb7b100ba0ee3401799457a01dc058745f8 (diff) | |
download | u-boot-imx-8993e54b6f397973794f3d6f47d3b3c0c98dd4f6.zip u-boot-imx-8993e54b6f397973794f3d6f47d3b3c0c98dd4f6.tar.gz u-boot-imx-8993e54b6f397973794f3d6f47d3b3c0c98dd4f6.tar.bz2 |
[ADS5121] Support for the ADS5121 board
The following MPC5121e subsystems are supported:
- low-level CPU init
- NOR Boot Flash (common CFI driver)
- DDR SDRAM
- FEC
- I2C
- Watchdog
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
Signed-off-by: Jan Wrobel <wrr@semihalf.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -642,6 +642,13 @@ motionpro_config: unconfig ######################################################################### +## MPC512x Systems +######################################################################### +ads5121_config: unconfig + @$(MKCONFIG) ads5121 ppc mpc512x ads5121 + + +######################################################################### ## MPC8xx Systems ######################################################################### |