Re: [PATCH v2 9/9] configs: apple: Add NVMe boot target

2022-02-10 Thread Tom Rini
On Sat, Jan 22, 2022 at 08:38:19PM +0100, Mark Kettenis wrote: > Add a boot target for NVMe such that we can boot from NVMe. > > Signed-off-by: Mark Kettenis Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 9/9] configs: apple: Add NVMe boot target

2022-01-22 Thread Mark Kettenis
Add a boot target for NVMe such that we can boot from NVMe. Signed-off-by: Mark Kettenis --- include/configs/apple.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/configs/apple.h b/include/configs/apple.h index 3e5fb495f1..47faad8150 100644 --- a/include/configs/apple.h +++