mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 09:48:16 +00:00
f31c49db2a
ADS5121 Rev 3 board is now the default config config targets are now ads5121_config Rev 3 board with PCI M41T62 on board RTC 512MB DRAM ads5121_rev2_config Rev 2 board with No PCI 256MB DRAM Signed-off-by: Martha Marx <mmarx@silicontkx.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: John Rigby <jrigby@freescale.com>
9 lines
307 B
Text
9 lines
307 B
Text
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
|
|
|
|
|