diff options
| author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2013-12-10 13:13:10 +0530 | 
|---|---|---|
| committer | York Sun <yorksun@freescale.com> | 2014-01-02 14:10:12 -0800 | 
| commit | be3d87ea442cfcba881357e5c92eefecb12e628e (patch) | |
| tree | 94651eadff2a2b990f2cde96e985ffdd4e8a27bb | |
| parent | fef24f4f38eb685a6da29097930e6e49b378f8fb (diff) | |
| download | olio-uboot-2014.01-be3d87ea442cfcba881357e5c92eefecb12e628e.tar.xz olio-uboot-2014.01-be3d87ea442cfcba881357e5c92eefecb12e628e.zip | |
board/t1040qds: Fix typo in t1040_pbi.cfg file
T1040QDS has 256KB SRAM. Comment is showing wrong information.
So update the comment.
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
| -rw-r--r-- | board/freescale/t1040qds/t1040_pbi.cfg | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/freescale/t1040qds/t1040_pbi.cfg b/board/freescale/t1040qds/t1040_pbi.cfg index 624398a25..10b1a6d17 100644 --- a/board/freescale/t1040qds/t1040_pbi.cfg +++ b/board/freescale/t1040qds/t1040_pbi.cfg @@ -3,7 +3,7 @@  09010000 00200400  09138000 00000000  091380c0 00000100 -#Configure CPC1 as 512KB SRAM +#Configure CPC1 as 256KB SRAM  09010100 00000000  09010104 fffc0007  09010f00 08000000 |