projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47738ac
)
sunxi: Enable CMD_GPT by default
author
Maxime Ripard
<maxime.ripard@free-electrons.com>
Thu, 24 Aug 2017 09:54:03 +0000
(11:54 +0200)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
Tue, 3 Oct 2017 17:12:05 +0000
(19:12 +0200)
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: Jagan Teki <jagan@openedev.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index f4256ec8c69bc3c079d8bc1c7a8bfe322f68623c..79571156cf5af89028a2f600a1f40c4d80a53e1f 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-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