]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: smh: Use numeric modes for smh_open
authorSean Anderson <sean.anderson@seco.com>
Tue, 22 Mar 2022 20:59:15 +0000 (16:59 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2022 19:03:13 +0000 (15:03 -0400)
commiteff77c3a24ff6623f3767816ca54b8124f0e69a7
tree40464d4b5457de29ef9de2d9e32185a34b9a9cfe
parentb10f724807312a996100c7c4b779d320ed40d573
arm: smh: Use numeric modes for smh_open

There's no point in using string constants for smh_open if we are just
going to have to parse them. Instead, use numeric modes. The user needs
to be a bit careful with these, since they are much closer semantically
to string modes used by fopen(3) than the numeric modes used with
open(2).

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
arch/arm/lib/semihosting.c
include/semihosting.h