aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVanessa Maegima <vanessa.maegima@nxp.com>2017-06-29 09:33:45 -0300
committerStefano Babic <sbabic@denx.de>2017-07-12 09:44:22 +0200
commit823dff9d02b8a7801b8dc71d9b081367ad8490c9 (patch)
tree4c58c346e910f8d244faf2e02675ba4b357f5547 /include
parentff1815632563a826cfe49fc9496a36d00febb6e3 (diff)
downloadu-boot-823dff9d02b8a7801b8dc71d9b081367ad8490c9.zip
u-boot-823dff9d02b8a7801b8dc71d9b081367ad8490c9.tar.gz
u-boot-823dff9d02b8a7801b8dc71d9b081367ad8490c9.tar.bz2
mx6qsabreauto: Add SPL support
Add support for mx6q, mx6dl and mx6qp sabreauto boards in SPL. Retrieved the mx6q DCD table from: board/freescale/mx6qsabreauto/imximage.cfg Retrieved the mx6dl DCD table from: board/freescale/mx6qsabreauto/mx6dl.cfg Retrieved the mx6qp DCD table from: board/freescale/mx6qsabreauto/mx6qp.cfg Flashed SPL and u-boot.img to an SD card and could successfully boot it on mx6q, mx6qp and mx6dl sabreauto boards. Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6qsabreauto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6qsabreauto.h
index 635c04a..99b48ca 100644
--- a/include/configs/mx6qsabreauto.h
+++ b/include/configs/mx6qsabreauto.h
@@ -9,6 +9,10 @@
#ifndef __MX6QSABREAUTO_CONFIG_H
#define __MX6QSABREAUTO_CONFIG_H
+#ifdef CONFIG_SPL
+#include "imx6_spl.h"
+#endif
+
#define CONFIG_MACH_TYPE 3529
#define CONFIG_MXC_UART_BASE UART4_BASE
#define CONSOLE_DEV "ttymxc3"