commit | d9902107027a41fc6a27b10f6e030c5a2465936b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 21 10:19:24 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 14:06:08 2024 -0600 |
tree | 796bf831ba512656f477ee6a1d6c46b519298452 | |
parent | b9c396ca4972decf82d4b5896ea8e72c3f8929a9 [diff] |
global_data: Remove jump table in SPL SPL builds don't use the jump table since they cannot run apps. Drop it, moving it together with boardf. Signed-off-by: Simon Glass <sjg@chromium.org>