summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/am33xx/Makefile
diff options
context:
space:
mode:
authorMarcin Niestroj <m.niestroj@grinn-global.com>2017-01-25 11:53:07 +0300
committerTom Rini <trini@konsulko.com>2017-01-28 22:04:36 +0300
commita73c8b32a745d70c18868b24a8d4cfdd17f22db1 (patch)
tree1a30883a051bcb7245dfff81d53763af85541806 /arch/arm/mach-omap2/am33xx/Makefile
parenta42eee12666da8eb4eb5ddde9936c37761e5dcdb (diff)
downloadu-boot-a73c8b32a745d70c18868b24a8d4cfdd17f22db1.tar.xz
ARM: am335x: Add support for chiliSOM
chiliSOM is a System On Module (http://http://grinn-global.com/chilisom/). It can't exists on its own, but will be used as part of other boards. Hardware specification: * TI AM335x processor * 128M, 256M or 512M DDR3 memory * up to 256M NAND We place source inside arch/arm/mach-omap2/ directory and make it possible to reuse initialization code (i.e. DDR, NAND init) for all boards that use it. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-omap2/am33xx/Makefile')
-rw-r--r--arch/arm/mach-omap2/am33xx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/am33xx/Makefile b/arch/arm/mach-omap2/am33xx/Makefile
index 6fda4825fc..05cc8a11c5 100644
--- a/arch/arm/mach-omap2/am33xx/Makefile
+++ b/arch/arm/mach-omap2/am33xx/Makefile
@@ -20,3 +20,5 @@ obj-y += board.o
obj-y += mux.o
obj-$(CONFIG_CLOCK_SYNTHESIZER) += clk_synthesizer.o
+
+obj-$(CONFIG_AM33XX_CHILISOM) += chilisom.o