[PATCH] include: configs: am62x_evm: Add .env file for Am62x
Tom Rini
trini at konsulko.com
Mon Jan 23 20:20:02 CET 2023
On Mon, Jan 23, 2023 at 12:00:18PM +0530, Nikhil M Jain wrote:
> Use .env file for setting board related environment variables,
> in place of am62x_evm.h file. Except for BOOTENV settings, as
> config_distro_boot.env file doesn't exist.
>
> Signed-off-by: Nikhil M Jain <n-jain1 at ti.com>
> ---
> board/ti/am62x/am62x.env | 105 ++++++++++++++++++++++++++++++++++++
> include/configs/am62x_evm.h | 43 ---------------
> 2 files changed, 105 insertions(+), 43 deletions(-)
> create mode 100644 board/ti/am62x/am62x.env
>
> diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env
> new file mode 100644
> index 0000000000..3d4ab84fa3
> --- /dev/null
> +++ b/board/ti/am62x/am62x.env
> @@ -0,0 +1,105 @@
> +#define CFG_SYS_SDRAM_BASE1 0x880000000
This isn't used, please remove. Otherwise looks good, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230123/1623b3f1/attachment.sig>
More information about the U-Boot
mailing list