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 | |
parent | 87d720e0c2c9ef0b14a77c38c57d26dcad9c9242 (diff) | |
download | u-boot-imx-c1747970612e36148e7f7a51872c652ed47697f4.zip u-boot-imx-c1747970612e36148e7f7a51872c652ed47697f4.tar.gz u-boot-imx-c1747970612e36148e7f7a51872c652ed47697f4.tar.bz2 |
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')
-rw-r--r-- | include/configs/mx6qsabreauto.h | 2 | ||||
-rw-r--r-- | include/configs/mx6sabre_common.h (renamed from include/configs/mx6qsabre_common.h) | 1 | ||||
-rw-r--r-- | include/configs/mx6sabresd.h (renamed from include/configs/mx6qsabresd.h) | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6qsabreauto.h index 76f7812..a396acf 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) diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6sabre_common.h index bfaa420..53cc559 100644 --- a/include/configs/mx6qsabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -18,7 +18,6 @@ #define __MX6QSABRE_COMMON_CONFIG_H #define CONFIG_MX6 -#define CONFIG_MX6Q #include "mx6_common.h" diff --git a/include/configs/mx6qsabresd.h b/include/configs/mx6sabresd.h index 44f07cb..76675f4 100644 --- a/include/configs/mx6qsabresd.h +++ b/include/configs/mx6sabresd.h @@ -24,7 +24,7 @@ #define CONFIG_DEFAULT_FDT_FILE "imx6q-sabresd.dtb" #define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024) -#include "mx6qsabre_common.h" +#include "mx6sabre_common.h" #define CONFIG_SYS_FSL_USDHC_NUM 3 #if defined(CONFIG_ENV_IS_IN_MMC) |