commit | c5cbbe35fd7b3d05273f4d3f273c9e613bd38d7d | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Fri Oct 22 15:47:24 2021 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 31 12:26:44 2021 -0600 |
tree | e44ca7574da59b965ccb5937dbadfcc679314fd0 | |
parent | b26334824b58150e82a8b202380169a9276cd161 [diff] |
env: Always use char for default_environment 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>