diff options
Diffstat (limited to 'qemu/roms/u-boot/board/freescale/mpc5121ads/README')
-rw-r--r-- | qemu/roms/u-boot/board/freescale/mpc5121ads/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/freescale/mpc5121ads/README b/qemu/roms/u-boot/board/freescale/mpc5121ads/README new file mode 100644 index 000000000..defcd6b46 --- /dev/null +++ b/qemu/roms/u-boot/board/freescale/mpc5121ads/README @@ -0,0 +1,7 @@ +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 |