diff options
author | Marcin Niestroj | 2016-12-07 16:46:32 +0100 |
---|---|---|
committer | Stefano Babic | 2016-12-16 10:31:04 +0100 |
commit | 727feafebbdfe23d86b8517aedcb4501d4c49ba9 (patch) | |
tree | 1361f8f68fd705d3c44f21cbc5ea77e67a1dc11b /arch/arm/mach-litesom/Makefile | |
parent | a11e30f8c877ea9aaeef0e9e762b811a08d65bd1 (diff) |
ARM: imx6ul: Add support for liteSOM
liteSOM is a System On Module (http://grinn-global.com/litesom/). It
can't exists on its own, but will be used as part of other boards.
Hardware specification:
* NXP i.MX6UL processor
* 256M or 512M DDR3 memory
* optional eMMC (uSDHC2)
Here we treat SOM similar to SOC, so we place it inside arch/arm/mach-*
directory and make it possible to reuse initialization code (i.e. DDR,
eMMC init) for all boards that use it.
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Diffstat (limited to 'arch/arm/mach-litesom/Makefile')
-rw-r--r-- | arch/arm/mach-litesom/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-litesom/Makefile b/arch/arm/mach-litesom/Makefile new file mode 100644 index 00000000000..b15eb647938 --- /dev/null +++ b/arch/arm/mach-litesom/Makefile @@ -0,0 +1,6 @@ +# (C) Copyright 2016 Grinn +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := litesom.o |