mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Fix build issues:
mvrtc.c: In function 'rtc_get':
mvrtc.c:45: warning: implicit declaration of function 'readl'
mvrtc.c: In function 'rtc_set':
mvrtc.c💯 warning: implicit declaration of function 'writel'
dreamplug.c: In function 'board_early_init_f':
dreamplug.c:43: warning: implicit declaration of function 'kw_config_gpio'
dreamplug.c: In function 'board_init':
dreamplug.c:108: warning: implicit declaration of function 'kw_sdram_bar'
drivers/rtc/librtc.o: In function `rtc_set':
/home/ag/u-boot/u-boot-move-new-host/u-boot-video/drivers/rtc/mvrtc.c:92: undefined reference to `writel'
/home/ag/u-boot/u-boot-move-new-host/u-boot-video/drivers/rtc/mvrtc.c:103: undefined reference to `writel'
drivers/rtc/librtc.o: In function `rtc_reset':
/home/ag/u-boot/u-boot-move-new-host/u-boot-video/drivers/rtc/mvrtc.c:117: undefined reference to `readl'
/home/ag/u-boot/u-boot-move-new-host/u-boot-video/drivers/rtc/mvrtc.c:120: undefined reference to `readl'
drivers/rtc/librtc.o: In function `rtc_get':
/home/ag/u-boot/u-boot-move-new-host/u-boot-video/drivers/rtc/mvrtc.c:45: undefined reference to `readl'
/home/ag/u-boot/u-boot-move-new-host/u-boot-video/drivers/rtc/mvrtc.c:48: undefined reference to `readl'
...
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Jason Cooper <u-boot@lakedaemon.net>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
|
||
|---|---|---|
| .. | ||
| at91sam9_rtt.c | ||
| bfin_rtc.c | ||
| date.c | ||
| davinci.c | ||
| ds164x.c | ||
| ds174x.c | ||
| ds1302.c | ||
| ds1306.c | ||
| ds1307.c | ||
| ds1337.c | ||
| ds1374.c | ||
| ds1556.c | ||
| ds3231.c | ||
| ds12887.c | ||
| ftrtc010.c | ||
| isl1208.c | ||
| m41t11.c | ||
| m41t60.c | ||
| m41t62.c | ||
| m41t94.c | ||
| m48t35ax.c | ||
| Makefile | ||
| max6900.c | ||
| mc13xxx-rtc.c | ||
| mc146818.c | ||
| mcfrtc.c | ||
| mk48t59.c | ||
| mpc5xxx.c | ||
| mpc8xx.c | ||
| mvrtc.c | ||
| mvrtc.h | ||
| pcf8563.c | ||
| pl031.c | ||
| pt7c4338.c | ||
| rs5c372.c | ||
| rtc4543.c | ||
| rv3029.c | ||
| rx8025.c | ||
| s3c24x0_rtc.c | ||
| s3c44b0_rtc.c | ||
| x1205.c | ||