1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-10 20:46:37 +02:00
Files
u-boot-megous/include
Dan Murphy 1351e3eb72 dm: Fix build error when OF_CONTROL is not set
With OF_CONTROL disabled the build fails for
include/dm/read.h:932:10: error: ‘ENOTSUPP’ undeclared (first use in this function)
  932 |  return -ENOTSUPP;

Fixes: 45224e8f26 ("dm: core: gracefully handle alias seq without of")
Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-07-27 21:03:15 +02:00
..
2020-07-17 14:32:24 +08:00
2020-07-01 15:01:21 +08:00
2020-07-17 14:32:24 +08:00
2020-07-09 12:33:24 +08:00
2020-07-09 18:57:22 -06:00
2020-07-17 14:32:24 +08:00
2020-07-17 10:47:19 -04:00
2020-07-09 06:02:44 +02:00