diff options
| author | Vanessa Maegima <[email protected]> | 2017-06-29 09:33:45 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-07-12 09:44:22 +0200 |
| commit | 823dff9d02b8a7801b8dc71d9b081367ad8490c9 (patch) | |
| tree | 4c58c346e910f8d244faf2e02675ba4b357f5547 /arch | |
| parent | ff1815632563a826cfe49fc9496a36d00febb6e3 (diff) | |
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 <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Reviewed-by: Stefano Babic <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 1e5dc9afd90..599057edc01 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -208,6 +208,7 @@ config TARGET_MX6Q_ICORE_RQS config TARGET_MX6QSABREAUTO bool "mx6qsabreauto" select BOARD_LATE_INIT + select SUPPORT_SPL select DM select DM_THERMAL select BOARD_EARLY_INIT_F |
