commit | 92fbc3424883a2fda48b6fab350870178377d7a9 | [log] [tgz] |
---|---|---|
author | Daniel Schultz <d.schultz@phytec.de> | Fri Aug 30 02:09:39 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 10 13:16:02 2024 -0600 |
tree | 9c71c4eadf102ac20b3a124f8a408c60133dcfbb | |
parent | 422e61cfe5b50c4af91b1d73131bce75e52c5e50 [diff] |
configs: phycore_am62x_a53_defconfig: Fix CONFIG_ENV_SIZE The environment should have a size of 0x20000 instead 0x2000. Update to have the same environment size for all PHYTEC K3 products. Signed-off-by: Daniel Schultz <d.schultz@phytec.de>