aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-omap/patches/002-fix_jffs2.patch
Commit message (Collapse)AuthorAgeFilesLines
* uboot-omap: update to 2015.10John Crispin2015-12-171-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | - tested on Beagleboard C4 - remove upstream patches - disable THUMB mode on OMAP3 this increases binary size (remove CONFIG_SYS_THUMB_BUILD) - reduce SPL size by disabling EXT feature (remove CONFIG_SPL_EXT_SUPPORT) this fixes 2015.07 and 2015.10-rc3 Beagleboard C4 booting which were broken by upstream commit with id: bd2c4522c26d535515aebca52d27c004a7e0c05c Arm THUMB mode is broken because of an yet unknown errata see: http://lists.denx.de/pipermail/u-boot/2015-August/225793.html - backport upstream fix that was introduced in 2015.10-rc5 and was not fixed in 2015.10 final Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 47924
* uboot-omap: fix build with gcc-5Hauke Mehrtens2015-11-201-5/+1
| | | | | | | | This fixes some problems with gcc-5. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47539
* fix jffs2 with internal libgcc and switch omap4 to ext4Imre Kaloz2013-12-131-0/+34
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39044