All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot]  [PATCH 1/3] configs: am65x_evm_r5: Enable GPT support
@ 2019-02-01 21:04 Andrew F. Davis
  2019-02-01 21:04 ` [U-Boot] [PATCH 2/3] am65x_evm: Allow bootm to load larger kernels Andrew F. Davis
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Andrew F. Davis @ 2019-02-01 21:04 UTC (permalink / raw)
  To: u-boot

The second loader stages may be stored on GPT partitions,
enable support for this here.

Signed-off-by: Andrew F. Davis <afd@ti.com>
---
 configs/am65x_evm_r5_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/am65x_evm_r5_defconfig b/configs/am65x_evm_r5_defconfig
index 237b9e8229..51406548d4 100644
--- a/configs/am65x_evm_r5_defconfig
+++ b/configs/am65x_evm_r5_defconfig
@@ -33,6 +33,7 @@ CONFIG_HUSH_PARSER=y
 CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_ASKENV=y
 # CONFIG_CMD_FLASH is not set
+CONFIG_CMD_GPT=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_REMOTEPROC=y
 # CONFIG_CMD_SETEXPR is not set
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-02-10 13:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-01 21:04 [U-Boot] [PATCH 1/3] configs: am65x_evm_r5: Enable GPT support Andrew F. Davis
2019-02-01 21:04 ` [U-Boot] [PATCH 2/3] am65x_evm: Allow bootm to load larger kernels Andrew F. Davis
2019-02-03  1:10   ` Tom Rini
2019-02-04  4:18   ` Lokesh Vutla
2019-02-10 13:10   ` [U-Boot] [U-Boot, " Tom Rini
2019-02-01 21:04 ` [U-Boot] [PATCH 3/3] armv7R: K3: am654: Fix order of debug elements in x509 template Andrew F. Davis
2019-02-03  1:10   ` Tom Rini
2019-02-04  4:18   ` Lokesh Vutla
2019-02-10 13:10   ` [U-Boot] [U-Boot, " Tom Rini
2019-02-03  1:09 ` [U-Boot] [PATCH 1/3] configs: am65x_evm_r5: Enable GPT support Tom Rini
2019-02-04  4:18 ` Lokesh Vutla
2019-02-10 13:10 ` [U-Boot] [U-Boot, " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.