Hello Roland, On 12/11/19 9:02 PM, Roland Hieber wrote: > diff --git a/arch/arm/boards/wago-pfc-am335x/ram-timings.h b/arch/arm/boards/wago-pfc-am335x/ram-timings.h > new file mode 100644 > index 000000000000..cc3d518f0c27 > --- /dev/null > +++ b/arch/arm/boards/wago-pfc-am335x/ram-timings.h > @@ -0,0 +1,94 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > +/* > + * Copyright (C) 2015 Wadim Egorov, PHYTEC Messtechnik GmbH > + * > + * Copyright (C) 2018 WAGO Kontakttechnik GmbH & Co. KG <http://global.wago.com> > + * Author: Oleg Karfich <oleg.karfich@xxxxxxxx> > + */ > + > +#ifndef __RAM_TIMINGS_H > +#define __RAM_TIMINGS_H > + > +#define DDR_IOCTRL 0x18B > + > +struct am335x_sdram_timings { > + struct am33xx_emif_regs regs; > + struct am33xx_ddr_data data; > + struct am33xx_cmd_control cmd_ctrl; > +}; > + > +enum { > + PFC_DDR3_256MB, > + PFC_DDR3_512MB, > +}; > + > +struct am335x_sdram_timings pfc_timings[] = { This should be static. -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox