summaryrefslogtreecommitdiffstats
path: root/include/boot.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-25 08:10:07 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-10-07 07:57:42 +0200
commit0546e669a2d0da28134326590f740820df7fdb70 (patch)
tree94419fabd909c69583a070561cf9bd29132cad34 /include/boot.h
parent7ade2ef4a90520f9498d8c040450e8414053bee8 (diff)
downloadbarebox-0546e669a2d0da28134326590f740820df7fdb70.tar.gz
barebox-0546e669a2d0da28134326590f740820df7fdb70.tar.xz
bootm: Replace getenv_loadaddr with getenv_ul
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/boot.h')
-rw-r--r--include/boot.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/boot.h b/include/boot.h
index 84b4fd0b35..56f6c359b9 100644
--- a/include/boot.h
+++ b/include/boot.h
@@ -110,6 +110,4 @@ static inline int linux_bootargs_overwrite(const char *bootargs)
#define UIMAGE_SOME_ADDRESS (UIMAGE_INVALID_ADDRESS - 1)
-unsigned long long getenv_loadaddr(const char *name);
-
#endif /* __BOOT_H */