Skip to content
Snippets Groups Projects
Commit 3efee76d authored by zhang sanshan's avatar zhang sanshan
Browse files

MA-8873 [Android_MX6SX_ARD] BOOT: The board can't boot up completely after...

MA-8873 [Android_MX6SX_ARD] BOOT: The board can't boot up completely after fastbooting with nand card.100%

The size of android_root.img have exceed 600M.
Enlarge CONFIG_USB_FASTBOOT_BUF_SIZE to 800M for nand.

Signed-off-by: default avatarzhang sanshan <sanshan.zhang@nxp.com>
parent fac09945
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@
#define CONFIG_USB_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
#ifdef CONFIG_FASTBOOT_STORAGE_NAND
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x25000000
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x32000000
#else
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x19000000
#endif
......
......@@ -73,7 +73,7 @@
#define CONFIG_USB_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
#ifdef CONFIG_FASTBOOT_STORAGE_NAND
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x25000000
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x32000000
#else
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x19000000
#endif
......
......@@ -79,7 +79,7 @@
#define CONFIG_USB_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
#ifdef CONFIG_FASTBOOT_STORAGE_NAND
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x25000000
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x32000000
#else
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x19000000
#endif
......
......@@ -71,7 +71,7 @@
#define CONFIG_USB_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
#ifdef CONFIG_FASTBOOT_STORAGE_NAND
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x25000000
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x32000000
#else
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x19000000
#endif
......
......@@ -56,7 +56,7 @@
#define CONFIG_USB_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
#ifdef CONFIG_FASTBOOT_STORAGE_NAND
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x25000000
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x32000000
#else
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x19000000
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment