mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-25 11:57:22 +00:00
am335x: Drop board_sysinfo struct
This isn't used presumably should be a typedef if needed later. Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
a88f70b9db
commit
35b541c835
1 changed files with 0 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue