Skip to content
Snippets Groups Projects
Commit 35b541c8 authored by Tom Rini's avatar Tom Rini Committed by Albert ARIBAUD
Browse files

am335x: Drop board_sysinfo struct


This isn't used presumably should be a typedef if needed later.

Signed-off-by: default avatarTom Rini <trini@ti.com>
parent a88f70b9
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment