This commit adds support for the Toradex Colibri T30 module. Since
we use the same boot loader for all carrier board, in the boot
loader world (U-Boot/BCT) the board name consists of the module
name only, without any reference to the carrier board.

Signed-off-by: Stefan Agner <[email protected]>
---
 configs/colibri_t30.board  | 4 ++++
 configs/colibri_t30.config | 8 ++++++++
 2 files changed, 12 insertions(+)
 create mode 100644 configs/colibri_t30.board
 create mode 100644 configs/colibri_t30.config

diff --git a/configs/colibri_t30.board b/configs/colibri_t30.board
new file mode 100644
index 0000000..1549ec9
--- /dev/null
+++ b/configs/colibri_t30.board
@@ -0,0 +1,4 @@
+board = {
+    'vendor': 'toradex',
+    'soc': 'tegra30',
+}
diff --git a/configs/colibri_t30.config b/configs/colibri_t30.config
new file mode 100644
index 0000000..ee986ea
--- /dev/null
+++ b/configs/colibri_t30.config
@@ -0,0 +1,8 @@
+config = {
+    'bct': 'colibri_t30_12MHz_1GB_NT5CC256M16CP-DI_400MHz-shmoo.bct',
+    'board': 'colibri_t30',
+    'dtbfn-extra': '',
+    'flash-id-uboot': 0,
+    'flash-image': 'colibri_t30.img',
+    'flash-type': 'emmc',
+}
-- 
2.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to