summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-03-26 09:41:48 (GMT)
committerWolfgang Denk <wd@denx.de>2008-03-26 09:41:48 (GMT)
commitb951f8d31711f3f10ad119ddcf5a3d0afe14d561 (patch)
tree950ca2e675ec92ea7b5610a3a2ea2b739f0aaab5 /include/common.h
parent218ca724c08ca8a649f0917cf201cf23d4b33f39 (diff)
parent27f33e9f45ef7f9685cbdc65066a1828e85dde4f (diff)
downloadu-boot-fsl-qoriq-b951f8d31711f3f10ad119ddcf5a3d0afe14d561.tar.xz
Merge branch 'master_merge_new-image' of /home/tur/git/u-boot
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/common.h b/include/common.h
index 673afdd..e03ead1 100644
--- a/include/common.h
+++ b/include/common.h
@@ -222,10 +222,7 @@ int mac_read_from_eeprom(void);
void flash_perror (int);
/* common/cmd_autoscript.c */
-int autoscript (ulong addr);
-
-/* common/cmd_bootm.c */
-void print_image_hdr (image_header_t *hdr);
+int autoscript (ulong addr, const char *fit_uname);
extern ulong load_addr; /* Default Load Address */