diff options
author | Markus Niebel | 2017-02-28 16:37:33 +0100 |
---|---|---|
committer | Stefano Babic | 2017-03-17 09:27:08 +0100 |
commit | 468fb1e4dfa805a86ff46b3875d9f6a08b34dbf8 (patch) | |
tree | 6aa5ee9d15c821f77a9452dff1c7a0a123986214 /board/tqc/tqma6/README | |
parent | d4b349e41ba3f7ade9cde6b9fd96a735c29bfcca (diff) |
arm: imx6: tqma6: add support for TQMa6DL variant
This adds support for TQMa6DL using i.MX6DL and 1GiB DRAM
Since The module will use the same devicetree, we patch
the ram size in ft_board_setup.
Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
Diffstat (limited to 'board/tqc/tqma6/README')
-rw-r--r-- | board/tqc/tqma6/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/tqc/tqma6/README b/board/tqc/tqma6/README index 2c012e7b75f..c47cb21eebb 100644 --- a/board/tqc/tqma6/README +++ b/board/tqc/tqma6/README @@ -21,6 +21,7 @@ To build U-Boot for the TQ Systems TQMa6 modules: x is a placeholder for the CPU variant q - means i.MX6Q/D: TQMa6Q (i.MX6Q) and TQMa6D (i.MX6D) +dl - means i.MX6DL: TQMa6DL (i.MX6DL) s - means i.MX6S: TQMa6S (i.MX6S) baseboard is a placeholder for the boot device @@ -31,5 +32,7 @@ This gives the following configurations: tqma6q_mba6_mmc_config tqma6q_mba6_spi_config +tqma6dl_mba6_mmc_config +tqma6dl_mba6_spi_config tqma6s_mba6_mmc_config tqma6s_mba6_spi_config |