9
0
Fork 0
barebox/drivers/of
Sascha Hauer e2fce6b92c of: Check for NULL pointer in of_find_property
The console layer calls of_device_is_stdout_path for a new console. When
we are booting without devicetree then of_chosen is NULL which makes barebox
crash. Check for a NULL pointer in of_find_property to prevent this.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-10-30 14:42:54 +01:00
..
Kconfig of: add devicetree probing support 2012-09-14 11:47:42 +02:00
Makefile of gpio: Build gpio helper only when gpiolib is selected 2012-10-26 08:57:01 +02:00
base.c of: Check for NULL pointer in of_find_property 2012-10-30 14:42:54 +01:00
gpio.c of: add devicetree probing support 2012-09-14 11:47:42 +02:00
partition.c of: Add devicetree partition parsing 2012-09-14 11:47:42 +02:00