From eefcd91b30a0ee7ae2f0f3d03d4f4e667374443b Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Tue, 10 Mar 2015 15:05:10 +0800 Subject: MLK-10774-33 imx:mx6 add udc and fastboot support Add udc and fastboot support We did not use the upstream way. Currently use CI_UDC and USB_GAGDET of upstream can make fastboot work, but lack of flash operation, so we still use our way. Signed-off-by: Peng Fan Signed-off-by: Nitin Garg Signed-off-by: Ye.Li --- configs/mx6solosabresdandroid_defconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/mx6solosabresdandroid_defconfig (limited to 'configs/mx6solosabresdandroid_defconfig') diff --git a/configs/mx6solosabresdandroid_defconfig b/configs/mx6solosabresdandroid_defconfig new file mode 100644 index 0000000..7fb3135 --- /dev/null +++ b/configs/mx6solosabresdandroid_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6solo_4x_mt41j128.cfg,MX6SOLO,SYS_USE_SPINOR,SYS_NOSMP="nosmp",ANDROID_SUPPORT" +CONFIG_ARM=y +CONFIG_TARGET_MX6SABRESD=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y -- cgit v1.1