Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-14 | configs: Migrate and re-enabled CONFIG_CMD_MTDPARTS | Tom Rini | |
Now that CMD_UBI does not select CMD_MTDPARTS we need to make platforms that had been enabling it turn it on by hand. This exposed that we had not yet migrated CMD_MTDPARTS fully, so do so now. Fixes: 86dfa556d927 ("cmd: ubi: Remove useless call to mtdparts_init()") Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2018-10-16 | arm: mx5: Add M53Menlo board | Marek Vasut | |
Add Menlosystems M53 board, based on the M53 SoM. This board has Ethernet, USB host, USB gadget, UART and LCD on it. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de> |