mirror of
https://xff.cz/git/u-boot/
synced 2025-10-03 00:11:30 +02:00
Sometimes we use uchar and sometimes char for the default environment array. By always using char, we can get rid of some explicit casts. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Simon Glass <sjg@chromium.org>