Files
u-boot-sunxi/common
Simon Goldschmidt 596be5f327 image: fix compiling without CMD_FDT
Booting an image currently sets the environment variable "fdtaddr"
by calling into 'cmd/fdt.c'. As a result, linking U-Boot fails if
CMD_FDT is not enabled.

Fix this by adding 'if (CONFIG_IS_ENABLED(CMD_FDT))' to the two
places where 'set_working_fdt_addr()' is called.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
2019-01-14 17:42:32 -05:00
..
2019-01-14 17:42:32 -05:00
2018-09-10 20:20:34 -04:00
2018-12-03 10:44:10 -05:00
2019-01-01 14:12:18 +01:00
2016-02-06 12:00:59 +01:00
2016-05-02 18:37:09 -04:00
2018-12-06 23:26:30 -05:00
2018-12-14 17:59:10 +01:00
2018-06-05 20:19:08 -04:00
2017-08-16 08:30:24 -04:00