commit | 5f64c0c03ae436cc35d72359984709a9164d0381 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 22 07:54:51 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 23 15:58:41 2024 -0600 |
tree | e79ceb3b78bb8952b03c6554a3cb5f706e99a45e | |
parent | 001b3109da15b0f33fdbcdcfc2e8fada393609dc [diff] |
spl: Correct use of CMD_BOOTI and CMD_BOOTZ These should have a CONFIG_ prefix. Add it. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: 7a0d88076b9 ("Add in the ability to load and boot an uncompr...") Reviewed-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>