projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a88f70b
)
am335x: Drop board_sysinfo struct
author
Tom Rini
<trini@ti.com>
Fri, 21 Oct 2011 12:23:07 +0000
(12:23 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Thu, 3 Nov 2011 21:56:21 +0000
(22:56 +0100)
This isn't used presumably should be a typedef if needed later.
Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/include/asm/arch-am33xx/sys_proto.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-am33xx/sys_proto.h
b/arch/arm/include/asm/arch-am33xx/sys_proto.h
index 1e265c689fb865cedb789c31a52225368493b781..09ed6508b99ef704f3df10dbd15905b6e5f484de 100644
(file)
--- a/
arch/arm/include/asm/arch-am33xx/sys_proto.h
+++ b/
arch/arm/include/asm/arch-am33xx/sys_proto.h
@@
-20,13
+20,6
@@
#define _SYS_PROTO_H_
#define BOARD_REV_ID 0x0
-struct {
- u32 board_type_v1;
- u32 board_type_v2;
- u32 mtype;
- char *board_string;
- char *nand_string;
-} board_sysinfo;
u32 get_cpu_rev(void);
u32 get_sysboot_value(void);