summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2016-10-04 21:13:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-07 10:18:19 +0200
commit81cabf127479e1bc8ce0cc294a19ce78d416c3ec (patch)
tree14be033dfe94d98b64a2089053d98b41f67c5864 /images
parent8aed8106c2ec4d943f5549b44539c27c09367d1c (diff)
downloadbarebox-81cabf127479e1bc8ce0cc294a19ce78d416c3ec.tar.gz
barebox-81cabf127479e1bc8ce0cc294a19ce78d416c3ec.tar.xz
ARM: mvebu: add support for Netgear RN2120
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.mvebu8
1 files changed, 8 insertions, 0 deletions
diff --git a/images/Makefile.mvebu b/images/Makefile.mvebu
index c925afd4a2..b57291cbaf 100644
--- a/images/Makefile.mvebu
+++ b/images/Makefile.mvebu
@@ -43,6 +43,14 @@ pblx-$(CONFIG_MACH_MARVELL_ARMADA_XP_GP) += start_marvell_armada_xp_gp
image-$(CONFIG_MACH_MARVELL_ARMADA_XP_GP) += barebox-marvell-armada-xp-gp.img
image-$(CONFIG_MACH_MARVELL_ARMADA_XP_GP) += barebox-marvell-armada-xp-gp-2nd.img
+NETGEAR_RN2120_KWBOPTS = ${KWBOPTS} -i $(board)/netgear-rn2120/kwbimage.cfg
+OPTS_start_netgear_rn2120.pblx.kwbimg = $(NETGEAR_RN2120_KWBOPTS)
+FILE_barebox-netgear-rn2120.img = start_netgear_rn2120.pblx.kwbimg
+FILE_barebox-netgear-rn2120-2nd.img = start_netgear_rn2120.pblx
+pblx-$(CONFIG_MACH_NETGEAR_RN2120) += start_netgear_rn2120
+image-$(CONFIG_MACH_NETGEAR_RN2120) += barebox-netgear-rn2120.img
+image-$(CONFIG_MACH_NETGEAR_RN2120) += barebox-netgear-rn2120-2nd.img
+
PLATHOME_OPENBLOCKS_AX3_KWBOPTS = ${KWBOPTS} -i $(board)/plathome-openblocks-ax3/kwbimage.cfg
OPTS_start_plathome_openblocks_ax3.pblx.kwbimg = $(PLATHOME_OPENBLOCKS_AX3_KWBOPTS)
FILE_barebox-plathome-openblocks-ax3.img = start_plathome_openblocks_ax3.pblx.kwbimg