Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-22 | Convert CONFIG_CMD_EEPROM et al to Kconfig | Simon Glass | |
This converts the following to Kconfig: CONFIG_CMD_EEPROM CONFIG_CMD_EEPROM_LAYOUT CONFIG_EEPROM_LAYOUT_HELP_STRING Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> [trini: Rework Kconfig logic slightly, define EEPROM location on TI eval platforms] Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2017-03-17 | arm: imx6: tqma6: add support for TQMa6DL variant | Markus Niebel | |
This adds support for TQMa6DL using i.MX6DL and 1GiB DRAM Since The module will use the same devicetree, we patch the ram size in ft_board_setup. Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> |