diff options
| author | Neil Armstrong <[email protected]> | 2023-10-23 14:41:37 +0200 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2023-10-26 17:56:58 +0200 |
| commit | bf1cbba6c8187c4375a7928983f59de7151e7d8b (patch) | |
| tree | 37be5cd16978aa08d5e150314c530a0ab2ee18af /configs/odroid-n2_defconfig | |
| parent | 4aa027b3f8c1b018ab50570ccf337587cc6178f8 (diff) | |
ARM: meson: enable USB DFU + RAM on Amlogic boards with USB Gadget
Enable DFU as an alternate USB boot method when script wasn't
uploaded, this fixes USB full boot on G12/SM1 boards.
Link: https://lore.kernel.org/r/[email protected]
[narmstrong: remove dfu from ad401]
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'configs/odroid-n2_defconfig')
| -rw-r--r-- | configs/odroid-n2_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/odroid-n2_defconfig b/configs/odroid-n2_defconfig index 16a1b532f1e..9694f04a66e 100644 --- a/configs/odroid-n2_defconfig +++ b/configs/odroid-n2_defconfig @@ -27,6 +27,7 @@ CONFIG_MISC_INIT_R=y CONFIG_SYS_MAXARGS=32 # CONFIG_CMD_BDI is not set # CONFIG_CMD_IMI is not set +CONFIG_CMD_DFU=y CONFIG_CMD_GPIO=y # CONFIG_CMD_LOADS is not set CONFIG_CMD_MMC=y @@ -38,6 +39,7 @@ CONFIG_OF_CONTROL=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ADC=y CONFIG_SARADC_MESON=y +CONFIG_DFU_RAM=y CONFIG_MMC_MESON_GX=y CONFIG_PHY_REALTEK=y CONFIG_DM_MDIO=y |
