Skip to content
Snippets Groups Projects
  • Mike Frysinger's avatar
    62625c0b
    SPD823TS: do not define CONFIG_CMD_ENV · 62625c0b
    Mike Frysinger authored
    
    Since the SPD823TS board does not actually have any writable flash to save
    its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
    disabled.
    
    This fixes the build error:
    common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
    common/cmd_nvedit.c:557: undefined reference to `saveenv'
    make: *** [u-boot] Error 1
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    62625c0b
    History
    SPD823TS: do not define CONFIG_CMD_ENV
    Mike Frysinger authored
    
    Since the SPD823TS board does not actually have any writable flash to save
    its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
    disabled.
    
    This fixes the build error:
    common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
    common/cmd_nvedit.c:557: undefined reference to `saveenv'
    make: *** [u-boot] Error 1
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>