summaryrefslogtreecommitdiff
path: root/target/linux/imx6/config-3.13
Commit message (Collapse)AuthorAgeFilesLines
* imx6: enable FPU for hard floatLuka Perkov2014-02-271-1/+3
| | | | | | | | | | | | | | The OpenWrt build system uses MACHINE_FEATURES of fpu to set the HAS_FPU which in turn sets the default of CONFIG_SOFT_FLOAT as well as uClibc configuration. As the IMX6 SoC has both vfpv3 and NEON hardware support we want to add fpu to the feature list. This will default the IMX6 target to use -mfloat-abi=hard which will the be most efficient use of floating point. When switching to hard float, we also need to enable VFP support in the kernel. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39759
* imx6: enable IMX6 watchdogLuka Perkov2014-02-201-1/+1
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39643
* imx6: add initial 3.13 supportLuka Perkov2014-02-121-0/+360
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39573