commit | eb3f35711216dc646a4b8cb31c586675860f481b | [log] [tgz] |
---|---|---|
author | Bryan Brattlof <bb@ti.com> | Fri Apr 25 12:02:06 2025 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri May 02 15:32:44 2025 -0600 |
tree | 80cf2bdb2a9315d12027536c2cb6f602bcb7f9f0 | |
parent | fd98adb5ebebf5672ed45d320d8117c4f170e9e9 [diff] |
arm: mach-k3: use CFG_MAX_MEM_SIZE Rather than hard coding the maximum memory size, lets just define the CFG_MAX_MEM_SIZE so get_effective_memsize() will return the correct value without modification. Signed-off-by: Bryan Brattlof <bb@ti.com>