bootstd: Avoid sprintf() in SPL when creating bootdevs
authorSimon Glass <sjg@chromium.org>
Thu, 19 Dec 2024 18:28:52 +0000 (11:28 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 27 Dec 2024 21:16:10 +0000 (15:16 -0600)
commit19574e35f46ce2b24fd5f9cacb09260226d1b9f5
treed922366a05ab5fb03a904a325afbb12dd286d69b
parent771f0e9877efec600ebe8c4cb5bc7df549544a4e
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>
boot/bootdev-uclass.c