summaryrefslogtreecommitdiff
path: root/configs/mx6dlsabresd_epdc_defconfig
AgeCommit message (Collapse)Author
2018-08-15MLK-19132-3 fastboot: Remove CONFIG_BCB_SUPPORT for BSP u-bootYe Li
Remove CONFIG_BCB_SUPPORT config from BSP u-boot defconfig files. So that we can eliminate such errors during boot up: can't find partition: misc, dump the partition table idx 0, ptn 0 name='gpt' start=0 len=2048 idx 1, ptn 0 name='tos' start=0 len=2047 idx 2, ptn 0 name='all' start=0 len=7864320 idx 3, ptn 0 name='bootloader' start=2 len=4094 idx 4, ptn 1 name='mmcsdb1' start=20480 len=1024000 idx 5, ptn 2 name='mmcsdb2' start=1228800 len=6635520 cannot get the partion info for misc Cannot find partition 4080 do_raw_read failed, ret 1 read_bootctl, bcb_rw_block read failed read command failed Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 4d282a7a429876f1c1c67754a1d5c7aaaf75bb43)
2018-08-03MLK-19123-4 Enable uuu for i.MX6DL in 2018 ubootXiaoning Wang
i.MX6DL boards enable fastboot as default, support both sabresd and sabreauto. uuu will use fastboot command to write emmc. Signed-off-by: Xiaoning Wang <xiaoning.wang@nxp.com>
2018-06-13MLK-18589 imx6q/dl/qp/solo: Fix USB gadget definitionsYe Li
In u-boot 2018, CONFIG_G_DNL_MANUFACTURER, CONFIG_G_DNL_VENDOR_NUM and CONFIG_G_DNL_PRODUCT_NUM are changed to: CONFIG_USB_GADGET_MANUFACTURER CONFIG_USB_GADGET_VENDOR_NUM CONFIG_USB_GADGET_PRODUCT_NUM Fix them in imx6q/dl/qp/solo defconfigs, otherwise they are using default value. Signed-off-by: Ye Li <ye.li@nxp.com>
2018-04-27MLK-18147-3 mx6sabreauto/sabresd: Port defconfigs from v2017.03Ye Li
Add defconfigs to support various boot devices and platforms for MX6DQ/DQP/DL/S sabreauto and sabresd boards. Signed-off-by: Ye Li <ye.li@nxp.com>