diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/aristainetos_defconfig | 3 | ||||
-rw-r--r-- | configs/mx6sxsabresd_defconfig | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/configs/aristainetos_defconfig b/configs/aristainetos_defconfig new file mode 100644 index 0000000..6541865 --- /dev/null +++ b/configs/aristainetos_defconfig @@ -0,0 +1,3 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/aristainetos/aristainetos.cfg,MX6DL" +CONFIG_ARM=y +CONFIG_TARGET_ARISTAINETOS=y diff --git a/configs/mx6sxsabresd_defconfig b/configs/mx6sxsabresd_defconfig new file mode 100644 index 0000000..f23d48f --- /dev/null +++ b/configs/mx6sxsabresd_defconfig @@ -0,0 +1,3 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sxsabresd/imximage.cfg,MX6SX" +CONFIG_ARM=y +CONFIG_TARGET_MX6SXSABRESD=y |