environment: Use accessor functions for default environment path
default_environment_path only exists when CONFIG_ENV_HANDLING is enabled.
Boards would have to #ifdef this if they wanted to use
default_environment_path. Use accessor functions instead which can
be ifdeffed on a single place.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent dac65f9 commit 25cee7ec176693c40d80c1614e1244624e803a85
@Sascha Hauer Sascha Hauer authored on 23 Jan 2014
Showing 11 changed files
View
arch/arm/boards/gk802/board.c
View
arch/arm/boards/raspberry-pi/rpi.c
View
arch/arm/boards/tqma6x/board.c
View
arch/arm/mach-omap/omap_generic.c
View
arch/arm/mach-socfpga/generic.c
View
commands/loadenv.c
View
commands/saveenv.c
View
common/environment.c
View
common/startup.c
View
drivers/of/barebox.c
View
include/envfs.h