Skip to content
Snippets Groups Projects
Commit a12fb0e3 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

sunxi: Enable CMD_GPT by default


GPT is pretty common these days and can be useful for things like fastboot.
Add a platform imply, so that users can still opt out if they wish so.

Reviewed-by: default avatarJagan Teki <jagan@openedev.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 47738acc
No related branches found
No related tags found
No related merge requests found
......@@ -694,6 +694,7 @@ config ARCH_SUNXI
select USB_STORAGE if DISTRO_DEFAULTS
select USB_KEYBOARD if DISTRO_DEFAULTS
select USE_TINY_PRINTF
imply CMD_GPT
imply FAT_WRITE
imply PRE_CONSOLE_BUFFER
imply SPL_GPIO_SUPPORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment