u-boot-brain/drivers/ram/stm32mp1
Heinrich Schuchardt c670aeee3d common: rename getc() to getchar()
The sandbox is built with the SDL2 library with invokes the X11 library
which in turn calls getc(). But getc() in glibc is defined as

    int getc(FILE *)

This does not match our definition.

    int getc(void)

The sandbox crashes when called with parameter -l.

Rename our library symbol getc() to getchar().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2020-10-22 09:54:53 -04:00
..
Kconfig stm32mp1: ram: add tuning in DDR interactive mode 2019-05-23 11:38:11 +02:00
Makefile stm32mp1: ram: add tuning in DDR interactive mode 2019-05-23 11:38:11 +02:00
stm32mp1_ddr_regs.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
stm32mp1_ddr.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
stm32mp1_ddr.h ram: stm32mp1: the property st, phy-cal becomes optional 2020-03-24 14:23:30 +01:00
stm32mp1_interactive.c common: rename getc() to getchar() 2020-10-22 09:54:53 -04:00
stm32mp1_ram.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
stm32mp1_tests.c ram: stm32mp1: add size and addr parameter to test all 2020-07-07 16:01:23 +02:00
stm32mp1_tests.h stm32mp1: ram: add tuning in DDR interactive mode 2019-05-23 11:38:11 +02:00
stm32mp1_tuning.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00