diff options
| author | Tom Rini <[email protected]> | 2026-04-27 11:19:46 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-27 11:19:46 -0600 |
| commit | b67f54885afd8dd75c0efb443e2a5b956d501392 (patch) | |
| tree | 81227896ea94e996a71665a8416c5ce801128da2 /configs | |
| parent | bb4142af7ed8c94b3df3e75ca9ab3ef450e80885 (diff) | |
| parent | cf8bb114418e7b96f1d18d4e38418ccf8eec957f (diff) | |
Merge patch series "k3-am69-aquila: Migrate to OF_UPSTREAM and add remoteproc FW pre-loading"
Ernest Van Hoecke <[email protected]> says:
This patch series migrates the Aquila AM69 to OF_UPSTREAM to receive
automatic device tree updates. It also adds remoteproc firmware
pre-loading to the environment.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/aquila-am69_a72_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/aquila-am69_a72_defconfig b/configs/aquila-am69_a72_defconfig index 6a0ccd15e6d..6794286aebe 100644 --- a/configs/aquila-am69_a72_defconfig +++ b/configs/aquila-am69_a72_defconfig @@ -11,7 +11,7 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80480000 CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0xFFFFDE00 CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="k3-am69-aquila-dev" +CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am69-aquila-dev" CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_DM_RESET=y CONFIG_SPL_MMC=y @@ -76,6 +76,7 @@ CONFIG_CMD_EXT4_WRITE=y # CONFIG_SPL_EFI_PARTITION is not set CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y +CONFIG_OF_UPSTREAM=y CONFIG_SPL_MULTI_DTB_FIT=y CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y CONFIG_ENV_OVERWRITE=y |
