summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/Makefile
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2017-02-23 09:52:25 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-02 14:03:43 +0100
commit823d08e3e261f9057c9d7d5d0da52efd58b1a476 (patch)
tree06949ecadbd54aaf57a2f94895cd86f1ea8bebb1 /arch/arm/mach-mvebu/Makefile
parent0da84a9fe46ec562d800a2d82e8d85d4545ee86e (diff)
downloadbarebox-823d08e3e261f9057c9d7d5d0da52efd58b1a476.tar.gz
barebox-823d08e3e261f9057c9d7d5d0da52efd58b1a476.tar.xz
kwbimage_v1: add support to boot a mvebu image
This just starts the main image of the mvebu image assuming that the header images just setup the RAM. The position of the internal register window is provided in the header as introduced in the previous commit. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mvebu/Makefile')
-rw-r--r--arch/arm/mach-mvebu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Makefile b/arch/arm/mach-mvebu/Makefile
index 2cf0dfed47..fb5c4e6bcd 100644
--- a/arch/arm/mach-mvebu/Makefile
+++ b/arch/arm/mach-mvebu/Makefile
@@ -3,3 +3,4 @@ obj-$(CONFIG_ARCH_ARMADA_370) += armada-370-xp.o
obj-$(CONFIG_ARCH_ARMADA_XP) += armada-370-xp.o
obj-$(CONFIG_ARCH_DOVE) += dove.o
obj-$(CONFIG_ARCH_KIRKWOOD) += kirkwood.o
+obj-y += kwbootimage.o