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/ads5121/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/ads5121/README')
-rw-r--r-- | board/ads5121/README | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/ads5121/README b/board/ads5121/README deleted file mode 100644 index defcd6b..0000000 --- a/board/ads5121/README +++ /dev/null @@ -1,7 +0,0 @@ -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 |