Skip to content

Commit

Permalink
nitrogen6_max.h: add basic fastboot support
Browse files Browse the repository at this point in the history
Only works on eMMC with GPT already present.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
  • Loading branch information
gibsson committed Feb 25, 2016
1 parent b0a3d0e commit f4df69d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions include/configs/nitrogen6_max.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,13 @@
#define CONFIG_G_DNL_PRODUCT_NUM 0xa4a5
#define CONFIG_G_DNL_MANUFACTURER "Boundary"

#define CONFIG_CMD_FASTBOOT
#define CONFIG_ANDROID_BOOT_IMAGE
#define CONFIG_USB_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x17000000
#define CONFIG_FASTBOOT_FLASH
#define CONFIG_FASTBOOT_FLASH_MMC_DEV 1
#define CONFIG_CMD_GPT
#define CONFIG_PARTITION_UUIDS

#endif /* __CONFIG_H */

0 comments on commit f4df69d

Please sign in to comment.