Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Matthias Fuchs's avatar
    c750d2e6
    NAND: Add CFG_NAND_QUIET option · c750d2e6
    Matthias Fuchs authored
    
    This config option sets the default for the progress information
    output behavior that can also be configured through the 'quiet'
    environment variable.
    
    The legacy NAND code does not print the current progress info
    on the console. So this option is for backward compatibility for
    units that are in the field and where setting the quiet variable
    is not an option. With CFG_NAND_QUIET set to '1' the console
    progress info is turned off. This can still be overwritten
    through the environment variable.
    
    Signed-off-by: default avatarMatthias Fuchs <matthias.fuchs@esd-electronics.com>
    c750d2e6
    History
    NAND: Add CFG_NAND_QUIET option
    Matthias Fuchs authored
    
    This config option sets the default for the progress information
    output behavior that can also be configured through the 'quiet'
    environment variable.
    
    The legacy NAND code does not print the current progress info
    on the console. So this option is for backward compatibility for
    units that are in the field and where setting the quiet variable
    is not an option. With CFG_NAND_QUIET set to '1' the console
    progress info is turned off. This can still be overwritten
    through the environment variable.
    
    Signed-off-by: default avatarMatthias Fuchs <matthias.fuchs@esd-electronics.com>