summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2016-09-16 15:09:16 +0200
committerKlaus Goger <klaus.goger@theobroma-systems.com>2016-09-18 20:22:05 +0200
commit59956cf5b49025a523ebfd94921f695a81265ab8 (patch)
treec6c6fdc5b3a9d6c25f3df466b9beb5c2ceab0fda /include
parent77c1954572cf9a21a5b5efebb570f22a36fbad7f (diff)
spl: inject '/boot-device' into FDT
Diffstat (limited to 'include')
-rw-r--r--include/spl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spl.h b/include/spl.h
index af02a6de9a..701f139d5b 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -27,6 +27,7 @@ struct spl_image_info {
u32 entry_point;
u32 size;
u32 flags;
+ u32 fdt;
};
/*