diff options
author | Nishanth Menon | 2023-11-04 03:01:34 -0500 |
---|---|---|
committer | Tom Rini | 2023-11-22 12:04:14 -0500 |
commit | 2969ed31b893a117de7ec98fe7337e6e71cbaa55 (patch) | |
tree | e4d7fdac05000905b01cbed8c744c0cd943b0696 /doc/board/ti | |
parent | b25c2d712781fd71d5018401f0a578e60d66b832 (diff) |
configs: Add am62x_beagleplay_*_defconfig
Add am62x_beagleplay_* defconfig customized for the configuration of
BeaglePlay and drop the config fragments.
This is in preparation for dropping the dependency on ti vendor folder
entirely.
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'doc/board/ti')
-rw-r--r-- | doc/board/ti/am62x_beagleplay.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/board/ti/am62x_beagleplay.rst b/doc/board/ti/am62x_beagleplay.rst index 44e728de210..ea6c8587fc9 100644 --- a/doc/board/ti/am62x_beagleplay.rst +++ b/doc/board/ti/am62x_beagleplay.rst @@ -57,8 +57,8 @@ Set the variables corresponding to this platform: :end-before: .. k3_rst_include_end_common_env_vars_defn .. prompt:: bash $ - export UBOOT_CFG_CORTEXR="am62x_evm_r5_defconfig beagleplay_r5.config" - export UBOOT_CFG_CORTEXA="am62x_evm_a53_defconfig beagleplay_a53.config" + export UBOOT_CFG_CORTEXR=am62x_beagleplay_r5_defconfig + export UBOOT_CFG_CORTEXA=am62x_beagleplay_a53_defconfig export TFA_BOARD=lite # we dont use any extra TFA parameters unset TFA_EXTRA_ARGS |