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

env_flash.c

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Peter Tyser's avatar
      3f7ffa44
      env_flash: Disable debug print statements · 3f7ffa44
      Peter Tyser authored
      
      With debug the follow is printed:
        => saveenv
        Saving Environment to Flash...
        Data to save 0x18000
        Data (start 0xfff48000, len 0x18000) saved at 0x7fe63f20
        Protect off FFF40000 ... FFF5FFFF
        Un-Protected 1 sectors
        Erasing Flash...
        . done
        Erased 1 sectors
        Writing to Flash... Restoring the rest of data to 0xfff48000 len 0x18000
        done
        Protected 1 sectors
        =>
      
      Without debug:
        => saveenv
        Saving Environment to Flash...
        Un-Protected 1 sectors
        Erasing Flash...
        . done
        Erased 1 sectors
        Writing to Flash... done
        Protected 1 sectors
        =>
      
      Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
      3f7ffa44
      History
      env_flash: Disable debug print statements
      Peter Tyser authored
      
      With debug the follow is printed:
        => saveenv
        Saving Environment to Flash...
        Data to save 0x18000
        Data (start 0xfff48000, len 0x18000) saved at 0x7fe63f20
        Protect off FFF40000 ... FFF5FFFF
        Un-Protected 1 sectors
        Erasing Flash...
        . done
        Erased 1 sectors
        Writing to Flash... Restoring the rest of data to 0xfff48000 len 0x18000
        done
        Protected 1 sectors
        =>
      
      Without debug:
        => saveenv
        Saving Environment to Flash...
        Un-Protected 1 sectors
        Erasing Flash...
        . done
        Erased 1 sectors
        Writing to Flash... done
        Protected 1 sectors
        =>
      
      Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>