commit | 2b52915e8eb0fa46acb5f7907314ebe7e98f6ea9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 07 10:23:57 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 12 16:35:23 2024 -0600 |
tree | a3b743ec98d65928f4ae61d4628eff7b5230f158 | |
parent | 76cc3496d11404023aaa6d1803af8cc8674bbaa5 [diff] |
bootstd: Avoid sprintf() in SPL when creating bootdevs The name of the bootdev device is not that important, particular in SPL. Save a little code space by using a simpler name. Signed-off-by: Simon Glass <sjg@chromium.org>