diff options
author | John Tobias <john.tobias.ph@gmail.com> | 2014-11-12 14:27:41 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-11-13 16:23:55 +0100 |
commit | 988529745efb0f675edf07c5459fa673bdfbfa9d (patch) | |
tree | 972f6eb5bb7e1b7059d367fb95d6c08588f40f28 | |
parent | 83bb3215df36ba1bd694dbc64225f36962f71653 (diff) | |
download | u-boot-imx-988529745efb0f675edf07c5459fa673bdfbfa9d.zip u-boot-imx-988529745efb0f675edf07c5459fa673bdfbfa9d.tar.gz u-boot-imx-988529745efb0f675edf07c5459fa673bdfbfa9d.tar.bz2 |
imx6: add spl config for mx6sabresd
add a build configuration file for mx6sabresd with spl support
Signed-off-by: John Tobias <john.tobias.ph@gmail.com>
-rw-r--r-- | configs/mx6sabresd_spl_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6sabresd_spl_defconfig b/configs/mx6sabresd_spl_defconfig new file mode 100644 index 0000000..b7b26df --- /dev/null +++ b/configs/mx6sabresd_spl_defconfig @@ -0,0 +1,5 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6sabresd_spl.cfg,SPL,MX6Q" ++S:CONFIG_ARM=y ++S:CONFIG_TARGET_MX6SABRESD=y + |