summaryrefslogtreecommitdiffstats
path: root/include/boot.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-12-14 11:09:13 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-14 13:40:17 +0100
commita46098b1d18872cc468f849f87d39b1c9038c581 (patch)
tree5eed6c0bfa1edc9a5e83cf570230a769496a77fb /include/boot.h
parent58a0dde1f7165b590937abf5c3374d87f67ead6b (diff)
downloadbarebox-a46098b1d18872cc468f849f87d39b1c9038c581.tar.gz
barebox-a46098b1d18872cc468f849f87d39b1c9038c581.tar.xz
ppc: switch to libfdt based oftree implementation
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/boot.h')
-rw-r--r--include/boot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/boot.h b/include/boot.h
index b67e034801..297b944c71 100644
--- a/include/boot.h
+++ b/include/boot.h
@@ -7,7 +7,7 @@
struct image_data {
struct image_handle *os;
struct image_handle *initrd;
- const char *oftree;
+ void *oftree;
int verify;
unsigned long initrd_address;
unsigned long initrd_size;