summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configs/platform-v7a/barebox-mx6.config2
-rw-r--r--configs/platform-v7a/rules/barebox-mx6.make3
2 files changed, 4 insertions, 1 deletions
diff --git a/configs/platform-v7a/barebox-mx6.config b/configs/platform-v7a/barebox-mx6.config
index e9eea7b..0782568 100644
--- a/configs/platform-v7a/barebox-mx6.config
+++ b/configs/platform-v7a/barebox-mx6.config
@@ -81,7 +81,7 @@ CONFIG_IMX_MULTI_BOARDS=y
CONFIG_MACH_SABRELITE=y
# CONFIG_MACH_SABRESD is not set
# CONFIG_MACH_FREESCALE_IMX6SX_SABRESDB is not set
-# CONFIG_MACH_NITROGEN6 is not set
+CONFIG_MACH_NITROGEN6=y
# CONFIG_MACH_SOLIDRUN_MICROSOM is not set
# CONFIG_MACH_TECHNEXION_PICO_HOBBIT is not set
# CONFIG_MACH_TECHNEXION_WANDBOARD is not set
diff --git a/configs/platform-v7a/rules/barebox-mx6.make b/configs/platform-v7a/rules/barebox-mx6.make
index ca11737..c1a0501 100644
--- a/configs/platform-v7a/rules/barebox-mx6.make
+++ b/configs/platform-v7a/rules/barebox-mx6.make
@@ -45,6 +45,9 @@ BAREBOX_MX6_MAKE_OPT := $(BAREBOX_MX6_CONF_OPT)
BAREBOX_MX6_IMAGES := images/barebox-embest-imx6s-riotboard.img \
images/barebox-freescale-imx6dl-sabrelite.img \
images/barebox-freescale-imx6q-sabrelite.img \
+ images/barebox-boundarydevices-imx6q-nitrogen6x-1g.img \
+ images/barebox-boundarydevices-imx6q-nitrogen6x-2g.img \
+ images/barebox-boundarydevices-imx6qp-nitrogen6_max.img \
images/barebox-udoo-neo.img
BAREBOX_MX6_IMAGES := $(addprefix $(BAREBOX_MX6_DIR)/,$(BAREBOX_MX6_IMAGES))