diff options
author | Wolfgang Denk <wd@denx.de> | 2009-05-16 10:47:41 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:47:16 +0200 |
commit | 72601d04fdfdd4c7597afcf1f6aab654bd99366c (patch) | |
tree | 2862b1f2af04dbecbf0466b57bbfdd3f18b0da71 /board/freescale/mpc5121ads/README | |
parent | debf87415579c0f50aab9e0832976d4506babe0f (diff) | |
download | u-boot-imx-72601d04fdfdd4c7597afcf1f6aab654bd99366c.zip u-boot-imx-72601d04fdfdd4c7597afcf1f6aab654bd99366c.tar.gz u-boot-imx-72601d04fdfdd4c7597afcf1f6aab654bd99366c.tar.bz2 |
Rename ads5121 board into mpc5121ads
We rename the board so we use a consistent name in U-Boot and in
Linux. Also, we use this opportunity to move the board into the
Freecale vendor directory.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: John Rigby <jcrigby@gmail.com>
Diffstat (limited to 'board/freescale/mpc5121ads/README')
-rw-r--r-- | board/freescale/mpc5121ads/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/freescale/mpc5121ads/README b/board/freescale/mpc5121ads/README new file mode 100644 index 0000000..defcd6b --- /dev/null +++ b/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 |