commit | 69dc32de6717815a7e6c2b9c443298296b3cf25b | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Mon Jan 27 10:33:50 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Sun Feb 09 14:53:47 2020 +0100 |
tree | a596a5722e79f063861eea7168c5385e23e2073c | |
parent | bacadc0cc50d8542e2eb04435cc22ea95462a8fb [diff] |
mx6sxsabresd: Keep only one target Currently there are two targets for the i.MX6SX SabreSD board: mx6sxsabresd_defconfig and mx6sxsabresd_spl_defconfig. This brings additional maintainance effort without a clear advantage. Keep only the mx6sxsabresd_defconfig one and remove mx6sxsabresd_spl_defconfig to keep it simpler. Also remove the SPL related code from the board file. Signed-off-by: Fabio Estevam <festevam@gmail.com> Acked-by: Peng Fan <peng.fan@nxp.com>