Commit cc88f249 authored by Tristan Gingold's avatar Tristan Gingold

Kconfig: remove gensdbfs config (was not used)

parent dc68323e
......@@ -237,7 +237,7 @@ config SNMP_INIT
This option adds a branch wrpcInitScriptConfigGroup to the SNMP
config SNMP_SDB
depends on SNMP && SNMP_SET && GENSDBFS
depends on SNMP && SNMP_SET
default y
boolean "Adds support of generation of SDB via SNMP"
help
......@@ -303,13 +303,6 @@ config AUX_DIAG
This option adds support for read/write of aux diag registers and
the diag command.
config GENSDBFS
default y
boolean "Shell command for SDBFS generation"
help
This option adds _sdb fs_ command to write empty SDBFS filesystem
image in Flash/EEPROM.
config CMD_CALIBRATION_SHOW
depends on WR_NODE
boolean "Add command to print all calibration values"
......
......@@ -38,12 +38,6 @@
#define EE_RET_CORRPT -3
#define EE_RET_POSERR -4
#ifdef CONFIG_GENSDBFS
#define HAS_GENSDBFS 1
#else
#define HAS_GENSDBFS 0
#endif
/* Well-knonw SDB files. */
#define SDB_VENDOR htonll(0x46696c6544617461LL) /* "FileData" */
#define SDB_DEV_INIT htonl(0x77722d69) /* wr-i (nit) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment