u-boot-brain/board/freescale/mpc5121ads
Wolfgang Denk da01f53404 mpc512x: fix fixed_sdram() init code.
Commit 054197ba and later fixes used an array to initialize some of
the MDDRC parameters; however, the use of an array turned out to be a
bad idea as it was not possible to correlate structure entries to
array indices in readable and reliable way. Now we use a struct
instead, which makes this self-explanatory.

Signed-off-by: Wolfgang Denk <wd@denx.de>
2009-10-08 00:23:12 +02:00
..
config.mk Rename ads5121 board into mpc5121ads 2009-06-12 20:47:16 +02:00
Makefile Rename ads5121 board into mpc5121ads 2009-06-12 20:47:16 +02:00
mpc5121ads.c mpc512x: fix fixed_sdram() init code. 2009-10-08 00:23:12 +02:00
README Rename ads5121 board into mpc5121ads 2009-06-12 20:47:16 +02:00

To configure for the current (Rev 3.x) ADS5121
	make ads5121_config
This will automatically include PCI, the Real Time CLock, add backup flash
ability and set the correct frequency and memory configuration.

To configure for the older Rev 2 ADS5121 type (this will not have PCI)
	make ads5121_rev2_config