]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Correct use of CMD_BOOTI and CMD_BOOTZ
authorSimon Glass <sjg@chromium.org>
Thu, 22 Aug 2024 13:54:51 +0000 (07:54 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 23 Aug 2024 21:58:41 +0000 (15:58 -0600)
commit5f64c0c03ae436cc35d72359984709a9164d0381
treee79ceb3b78bb8952b03c6554a3cb5f706e99a45e
parent001b3109da15b0f33fdbcdcfc2e8fada393609dc
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>
common/spl/spl.c