summaryrefslogtreecommitdiff
path: root/configs/mx6qsabreauto_nand_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-05-23 06:30:37 -0700
committerYe Li <ye.li@nxp.com>2022-04-06 15:58:53 +0800
commitacc91bac52c6e3228a4ffdc22b2a5aee114864bd (patch)
tree2bec5e8f455585d8b4a3137a661df4a798f0605f /configs/mx6qsabreauto_nand_defconfig
parentce0b9165d3d6757b64637be559070b44377ce519 (diff)
MLK-19123 mx6sabresd/sabreauto: Enable fastboot for UUU support
Enable fastboot configurations in mx6dl/q/qp/solo sabresd and sabreauto defconfigs to support UUU. Since the DDR size on mx6solo sabre boards is smaller, also change the fastboot buffer to 256MB. Signed-off-by: Xiaoning Wang <xiaoning.wang@nxp.com> Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 0a8e18bc606de9d10eec14b98c76400c7f1d1ca6)
Diffstat (limited to 'configs/mx6qsabreauto_nand_defconfig')
-rw-r--r--configs/mx6qsabreauto_nand_defconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/mx6qsabreauto_nand_defconfig b/configs/mx6qsabreauto_nand_defconfig
index cc7674082f..0a03d27e83 100644
--- a/configs/mx6qsabreauto_nand_defconfig
+++ b/configs/mx6qsabreauto_nand_defconfig
@@ -86,3 +86,12 @@ CONFIG_DM_REGULATOR_GPIO=y
CONFIG_DM_ETH=y
CONFIG_PHYLIB=y
CONFIG_MII=y
+
+CONFIG_CMD_FASTBOOT=y
+CONFIG_USB_FUNCTION_FASTBOOT=y
+CONFIG_FASTBOOT_UUU_SUPPORT=y
+CONFIG_FASTBOOT=y
+CONFIG_FASTBOOT_BUF_ADDR=0x12C00000
+CONFIG_FASTBOOT_BUF_SIZE=0x40000000
+CONFIG_FASTBOOT_FLASH=y
+CONFIG_EFI_PARTITION=y