Skip to content
Snippets Groups Projects
Select Git revision
  • f222c73afaaa2430f700f56e7f3b6d8889b96e8c
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
8 results

fs

Forked from Reform / reform-boundary-uboot
25194 commits behind the upstream repository.
user avatar
Suriyan Ramasami authored
The sandbox/ext4/fat/generic fs commands do not gracefully deal with files
greater than 2GB. Negative values are returned in such cases.

To handle this, the fs functions have been modified to take an additional
parameter of type "* loff_t" which is then populated. The return value
of the fs functions are used only for error conditions.

Signed-off-by: default avatarSuriyan Ramasami <suriyan.r@gmail.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
[trini: Update board/gdsys/p1022/controlcenterd-id.c,
drivers/fpga/zynqpl.c for changes]
Signed-off-by: default avatarTom Rini <trini@ti.com>
d455d878
History