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 /include/configs/tqma6_mba6.h | |
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 'include/configs/tqma6_mba6.h')
-rw-r--r-- | include/configs/tqma6_mba6.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/tqma6_mba6.h b/include/configs/tqma6_mba6.h index 265aa4a7c01..3d6e4383e1e 100644 --- a/include/configs/tqma6_mba6.h +++ b/include/configs/tqma6_mba6.h @@ -1,7 +1,8 @@ /* - * Copyright (C) 2013 - 2015 Markus Niebel <Markus.Niebel@tq-group.com> + * Copyright (C) 2013 - 2017 Markus Niebel <Markus.Niebel@tq-group.com> * - * Configuration settings for the TQ Systems TQMa6<Q,S> module. + * Configuration settings for the TQ Systems TQMa6<Q,D,DL,S> module on + * MBa6 starter kit * * SPDX-License-Identifier: GPL-2.0+ */ |