9
0
Fork 0
barebox/drivers/of
Sascha Hauer 25cee7ec17 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>
2014-01-27 09:27:02 +01:00
..
Kconfig of: gpio: Fix Kconfig variables to depend on 2013-12-12 09:13:20 +01:00
Makefile of: gpio: Add Kconfig variable to depend on 2013-11-25 09:01:33 +01:00
address.c OF: convert of_translate_address to new API 2013-07-05 08:26:57 +02:00
barebox.c environment: Use accessor functions for default environment path 2014-01-27 09:27:02 +01:00
base.c of: find also nodes by mixture of alias and path 2014-01-10 10:39:57 +01:00
fdt.c of: fdt: reorder fdt_header initialization 2013-11-08 15:42:55 +01:00
mem_generic.c of: separate out "generic" memory bank adding 2013-05-13 21:17:10 +02:00
of_gpio.c gpio: reduce noise when parsing DT 2013-12-04 14:59:39 +01:00
of_mtd.c of: add mtd of helpers 2013-07-16 08:46:30 +02:00
of_net.c OF: base: sync of_find_property with linux OF API 2013-06-20 17:18:01 +02:00
of_path.c Add configurability via devicetree 2013-07-18 13:54:38 +02:00
partition.c of: partition: Check for valid partition name 2013-09-23 08:40:31 +02:00
platform.c of: platform: Fix possible crash 2014-01-10 08:38:36 +01:00