diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2015-03-26 01:31:54 +0100 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-03-30 10:04:43 -0700 |
commit | e57c6e5b50d330516e30f61b824613d551316086 (patch) | |
tree | bf397ce8bf430ae712069a958e89f4c398b16db5 /board/toradex/colibri_t20/Makefile | |
parent | d1db97aaa43d6ae5e1e790e872f79d36d8809660 (diff) |
ARM: tegra: rename colibri_t20 board/configuration/device-tree
In accordance with our other modules supported by U-Boot and as agreed
upon for Apalis/Colibri T30 get rid of the carrier board in the board/
configuration/device-tree naming.
While at it also bring the prompt more in line with our other products.
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/toradex/colibri_t20/Makefile')
-rw-r--r-- | board/toradex/colibri_t20/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/toradex/colibri_t20/Makefile b/board/toradex/colibri_t20/Makefile new file mode 100644 index 0000000000..86f78d9d9d --- /dev/null +++ b/board/toradex/colibri_t20/Makefile @@ -0,0 +1,9 @@ +# +# (C) Copyright 2012 Lucas Stach +# +# SPDX-License-Identifier: GPL-2.0+ +# + +include $(srctree)/board/nvidia/common/common.mk + +obj-y += colibri_t20.o |