diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2015-01-19 17:26:50 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-01-22 11:03:19 +0100 |
commit | 8af9aff1e51543cbe50cd9ffdf1b9d01169a8c03 (patch) | |
tree | 2790c19c4288f0148ae04f237e60d28f03210d47 /configs | |
parent | 532491712610ef903e5f53b1da799fc0011829e0 (diff) | |
download | u-boot-imx-8af9aff1e51543cbe50cd9ffdf1b9d01169a8c03.zip u-boot-imx-8af9aff1e51543cbe50cd9ffdf1b9d01169a8c03.tar.gz u-boot-imx-8af9aff1e51543cbe50cd9ffdf1b9d01169a8c03.tar.bz2 |
ot1200: add ot1200_spl_defconfig file
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Acked-by: Stefano Babic <sbabic@denx.de>#
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ot1200_spl_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/ot1200_spl_defconfig b/configs/ot1200_spl_defconfig new file mode 100644 index 0000000..ad57f88 --- /dev/null +++ b/configs/ot1200_spl_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6Q" ++S:CONFIG_ARM=y ++S:CONFIG_TARGET_OT1200=y |