summaryrefslogtreecommitdiff
path: root/src/soc/ti/am335x/header.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/ti/am335x/header.c')
-rw-r--r--src/soc/ti/am335x/header.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/soc/ti/am335x/header.c b/src/soc/ti/am335x/header.c
index 66d7c2003e..7f42a388ee 100644
--- a/src/soc/ti/am335x/header.c
+++ b/src/soc/ti/am335x/header.c
@@ -6,23 +6,6 @@
#include "header.h"
-struct config_headers {
- // The table of contents.
- struct configuration_header_toc_item toc_chsettings;
- struct configuration_header_toc_item toc_end;
-
- // An inert instance of chsettings.
- struct configuration_header_settings chsettings;
-} __packed;
-
-struct omap_image_headers {
- union {
- struct config_headers config_headers;
- uint8_t bytes[512];
- };
- struct gp_device_header image_header;
-};
-
// A symbol which defines how much of the image the iROM should load.
extern char header_load_size;