commit | a9e1762a98b557b6db5f86e297f436fda1fc8158 | [log] [tgz] |
---|---|---|
author | Anshul Dalal <anshuld@ti.com> | Tue Apr 15 15:20:27 2025 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 24 08:23:07 2025 -0600 |
tree | 4743250c02bc9c3dc450723c2902e1b2badf7bd8 | |
parent | f5fc6b3b905095bfb2a306429cf78e861edbc17a [diff] |
configs: set SPL_TEXT_BASE by default for k3 platforms SPL_TEXT_BASE is used as the load address for the main domain SPL on k3 platforms. Since the config value is the same for every board, this patch sets the value 0x80080000 as default for all 64-bit ARCH_K3, 0x43c00000 as default for the R5 cores and deletes the instances of SPL_TEXT_BASE in individual defconfigs. Signed-off-by: Anshul Dalal <anshuld@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>