Skip to content
Snippets Groups Projects
  • Steve Sakoman's avatar
    8721e95b
    OMAP4: Panda: Disable CMD_NFS · 8721e95b
    Steve Sakoman authored
    
    This patch fixes the Panda build after commit 6d8962e8
    by explicitly disabling CMD_NFS
    
    >From the commit message for "Switch from archive libraries to partial linking":
    
    This commit reveals board configurations that exclude some features but
    include source files that depend these disabled features in the build,
    resulting in undefined symbols.  Known such cases include:
    
    - disabling CMD_NET but not CMD_NFS;
    - enabling CONFIG_OF_LIBFDT but not CONFIG_QE.
    
    Signed-off-by: default avatarSteve Sakoman <steve.sakoman@linaro.org>
    Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
    8721e95b
    History
    OMAP4: Panda: Disable CMD_NFS
    Steve Sakoman authored
    
    This patch fixes the Panda build after commit 6d8962e8
    by explicitly disabling CMD_NFS
    
    >From the commit message for "Switch from archive libraries to partial linking":
    
    This commit reveals board configurations that exclude some features but
    include source files that depend these disabled features in the build,
    resulting in undefined symbols.  Known such cases include:
    
    - disabling CMD_NET but not CMD_NFS;
    - enabling CONFIG_OF_LIBFDT but not CONFIG_QE.
    
    Signed-off-by: default avatarSteve Sakoman <steve.sakoman@linaro.org>
    Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>