diff options
author | Tom Warren <twarren@nvidia.com> | 2020-05-11 16:38:58 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2020-06-18 15:12:34 -0700 |
commit | 7b4f42b6cd5d8fa32f763b5ec03b7b8fdf7c4303 (patch) | |
tree | 68889b6aa1ba1de1ec80134abbc6a03d5385efee /configs | |
parent | c46443dd85cb1ebb329ce733018d4a04babe2f25 (diff) | |
download | u-boot-7b4f42b6cd5d8fa32f763b5ec03b7b8fdf7c4303.tar.gz u-boot-7b4f42b6cd5d8fa32f763b5ec03b7b8fdf7c4303.tar.xz u-boot-7b4f42b6cd5d8fa32f763b5ec03b7b8fdf7c4303.zip |
t210: Nano: Add NVME support
This allows Nano to use the key M.2 on the CVB to connect and use a M.2
NVMe SSD stick. Works on my Nano B00, WD SN750 NVMe SSD shows up
w/'nvme' commands. Will add booting from NVMe via distro cmds in a future
patch.
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/p3450-0000_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/p3450-0000_defconfig b/configs/p3450-0000_defconfig index 2bf8f97ca2..c27a6ea237 100644 --- a/configs/p3450-0000_defconfig +++ b/configs/p3450-0000_defconfig @@ -56,3 +56,4 @@ CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_USB_HOST_ETHER=y CONFIG_USB_ETHER_ASIX=y +CONFIG_NVME=y |