Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | board/lego/ev3: update to 4.14 kernel and 2017.11 U-Boot | David Lechner | 2017-11-22 | 1 | -56/+0 |
| | | | | | | | | | | | | | This updates the LEGO MINDSTORMS EV3 board to Linux kernel 4.14 and U-Boot 2017.11. * Kernel patches are dropped because they are in mainline now. * This caused the kernel image to be >3M so some adjustments to the image sizes/layout needed to be made in U-Boot. * Updated U-Boot version bumped since we are touching this config anyway Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | lego: ev3: use mainline kernel | David Lechner | 2017-05-16 | 1 | -0/+56 |
It is finally possible to boot LEGO MINDSTORMS EV3 from the mainline Linux kernel. This patch updates the defconfg to use the mainline kernel instead of the custom ev3dev kernel. [Peter: lock kernel headers version] Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |