summaryrefslogtreecommitdiff
path: root/configs/sama5d3_xplained_mmc_defconfig
diff options
context:
space:
mode:
authorGreg Czerniak <greg@czerniak.info>2019-01-20 23:51:26 -0500
committerTom Rini <trini@konsulko.com>2019-01-26 08:13:56 -0500
commitb8fea5e8dd3993a06e82a037e322740cd0f66906 (patch)
tree8fbd9f4e246b6d398b81747c8eeed1f526be9df5 /configs/sama5d3_xplained_mmc_defconfig
parent1f15cb8f5b1b675426a7072d6c978e1c415c94c8 (diff)
atmel: add CMD_FS_GENERIC to SAMA5D3 for EFI boot
I'm working on getting OpenBSD to run on the Atmel SAMA5D3 Xplained. OpenBSD uses an EFI bootloader, which requires the "load" command to work, since "fatload" doesn't initialize the EFI memory addresses properly. To get "load" on the SAMA5D3 version of U-Boot, I propose adding the CONFIG_CMD_FS_GENERIC option. Signed-off-by: Greg Czerniak <greg@czerniak.info>
Diffstat (limited to 'configs/sama5d3_xplained_mmc_defconfig')
-rw-r--r--configs/sama5d3_xplained_mmc_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sama5d3_xplained_mmc_defconfig b/configs/sama5d3_xplained_mmc_defconfig
index 778e395c5b..3f3d2c917f 100644
--- a/configs/sama5d3_xplained_mmc_defconfig
+++ b/configs/sama5d3_xplained_mmc_defconfig
@@ -77,6 +77,7 @@ CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_STORAGE=y
+CONFIG_CMD_FS_GENERIC=y
CONFIG_W1=y
CONFIG_W1_GPIO=y
CONFIG_W1_EEPROM=y