commit | bf7c0cee160adfa8cbea76491b51fb492d1bf9ba | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 28 05:20:24 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 13 10:36:09 2025 -0600 |
tree | 45d8ece8748e0de6a6989682aa58fb2e1be9fc3a | |
parent | 356c71a1f68220cf7ec149511bbb81cad3de508b [diff] |
spl: Add an SPL_HAVE_INIT_STACK option At present there is a hex value SPL_STACK which both determines whether SPL has its own initial stack and the hex value of that stack. Split off the former into SPL_HAVE_INIT_STACK with SPL_STACK depending on that and only providing the latter. Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Resync defconfig files]