summaryrefslogtreecommitdiffstats
path: root/include/state.h
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2015-10-25 22:03:31 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-11-27 08:26:40 +0100
commit446f3d07dd59f1b15b83a31fa88fba919ce4f47d (patch)
treef085fa1ee8e49c55a81f43454d1cd4f2a4d76d1f /include/state.h
parent7098d7121e98a8a9bcda726c1a35ac2d0f29de65 (diff)
downloadbarebox-446f3d07dd59f1b15b83a31fa88fba919ce4f47d.tar.gz
barebox-446f3d07dd59f1b15b83a31fa88fba919ce4f47d.tar.xz
state: disable load command
Explicitly loading environment is not required as it will be loaded if available during device probing Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/state.h')
-rw-r--r--include/state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/state.h b/include/state.h
index 08c4e8654b..b3966fd99e 100644
--- a/include/state.h
+++ b/include/state.h
@@ -17,7 +17,6 @@ struct state *state_by_name(const char *name);
struct state *state_by_node(const struct device_node *node);
int state_get_name(const struct state *state, char const **name);
-int state_load(struct state *state);
int state_save(struct state *state);
void state_info(void);