diff options
author | Lars Poeschel | 2013-11-19 11:22:18 +0100 |
---|---|---|
committer | Tom Rini | 2013-12-04 08:11:28 -0500 |
commit | 7aecdb07a553f07277d28594d60af3c3220bb262 (patch) | |
tree | 50ef06b2e13d71a7a842767615b71fc1cd37552e /boards.cfg | |
parent | ef62df80dd6d4d1876b55f61ecc03b50de63eb71 (diff) |
pcm051: Support for revision 3
Phytec sells revision or version 3 of pcm051. It is labeled 1358.3 on
the board. The difference for u-boot is that is has other DDR3 RAM on it:
1 x MT41K256M16HA125E instead of 2 x MT41J256M8HX15E on revisions 1 and
2. Both configurations are 512 MiB.
Configure your u-boot build with pcm051_rev3 for the new RAM and
pcm051_rev1 for the old RAM configuration. Board revision 2 has to use
pcm051_rev1 also.
Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Diffstat (limited to 'boards.cfg')
-rw-r--r-- | boards.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boards.cfg b/boards.cfg index cff9aab9b19..70755bb16fc 100644 --- a/boards.cfg +++ b/boards.cfg @@ -246,7 +246,8 @@ Active arm armv7 - armltd vexpress Active arm armv7 - armltd vexpress vexpress_ca9x4 - Matt Waddel <matt.waddel@linaro.org> Active arm armv7 am33xx compulab cm_t335 cm_t335 cm_t335 Igor Grinberg <grinberg@compulab.co.il> Active arm armv7 am33xx isee igep0033 am335x_igep0033 - Enric Balletbo i Serra <eballetbo@iseebcn.com> -Active arm armv7 am33xx phytec pcm051 pcm051 pcm051 Lars Poeschel <poeschel@lemonage.de> +Active arm armv7 am33xx phytec pcm051 pcm051_rev1 pcm051:REV1 Lars Poeschel <poeschel@lemonage.de> +Active arm armv7 am33xx phytec pcm051 pcm051_rev3 pcm051:REV3 Lars Poeschel <poeschel@lemonage.de> Active arm armv7 am33xx siemens dxr2 dxr2 - Roger Meier <r.meier@siemens.com> Active arm armv7 am33xx siemens pxm2 pxm2 - Roger Meier <r.meier@siemens.com> Active arm armv7 am33xx siemens rut rut - Roger Meier <r.meier@siemens.com> |