diff options
author | Pierre Aubert <p.aubert@staubli.com> | 2013-06-04 09:00:15 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-06-26 17:34:11 +0200 |
commit | c1747970612e36148e7f7a51872c652ed47697f4 (patch) | |
tree | 3f3cb3cfa926fe6e6666b5b420dd9107012e9165 /include/configs/mx6qsabreauto.h | |
parent | 87d720e0c2c9ef0b14a77c38c57d26dcad9c9242 (diff) | |
download | u-boot-c1747970612e36148e7f7a51872c652ed47697f4.tar.gz u-boot-c1747970612e36148e7f7a51872c652ed47697f4.tar.xz u-boot-c1747970612e36148e7f7a51872c652ed47697f4.zip |
imx: Add support for the SabreSD shipped with i.MX6DL
The SabreSD platform is available with i.MX6Q or i.MX6DL. This patch adds the
support of the i.MX6DL. The config file and the board directory are renamed
to remove the reference to the MX6Q.
Signed-off-by: Pierre Aubert <p.aubert@staubli.com>
CC: Stefano Babic <sbabic@denx.de>
Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx6qsabreauto.h')
-rw-r--r-- | include/configs/mx6qsabreauto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6qsabreauto.h index 76f7812069..a396acf2e6 100644 --- a/include/configs/mx6qsabreauto.h +++ b/include/configs/mx6qsabreauto.h @@ -30,7 +30,7 @@ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 -#include "mx6qsabre_common.h" +#include "mx6sabre_common.h" #define CONFIG_SYS_FSL_USDHC_NUM 2 #if defined(CONFIG_ENV_IS_IN_MMC) |