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

common

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
user avatar
Stephen Warren authored
This is much like a regular shell's -e operator, except that it takes
multiple arguments to specify the device type and  device/partition ID
in addition to the usual filename:

if test -e mmc 0:1 /boot/boot.scr; then echo yes; else echo no; fi

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
e5e897c0
History
Name Last commit Last update
..