I didn't fully check it but I think that there is an issue to use FIT
images with dtb again when bss section is cleared. U-Boot copy just
origin DTB and if embedded_dtb_select() doesn't find new DTB then can't
go back to origin DTB file.
Move this structure to data section for now.
It should be allocated by malloc anyway.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
#include <asm/arch/hardware.h>
#include "linux/crc8.h"
-struct fru_table fru_data;
+struct fru_table fru_data __attribute__((section(".data")));
static u16 fru_cal_area_len(u8 len)
{