public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Watchdog DM - ENOMEM(out of memory) error
@ 2019-06-27 14:09 Suniel Mahesh
  2019-06-27 17:33 ` patrick.delaunay
  0 siblings, 1 reply; 5+ messages in thread
From: Suniel Mahesh @ 2019-06-27 14:09 UTC (permalink / raw)
  To: u-boot

Hi,

I am trying to convert watchdog driver(omap3_wdt) on TI AM33XX platform to Driver Model.

I am getting the following error:


U-Boot 2019.07-rc4-00179-g77f6e2d-dirty (Jun 27 2019 - 15:11:15 +0530)

CPU  : AM335X-GP rev 2.1
Model: TI AM335x BeagleBone Black
DRAM:  512 MiB
WDT:   Started with servicing (60s timeout)
Error binding driver 'omap_timer': -12
Error binding driver 'omap_timer': -12
Error binding driver 'omap_timer': -12
Error binding driver 'omap_timer': -12

The watchdog DM driver has successfully got binded (checked the debug log).

The error is related to ENOMEM(out of memory). After a bit of search on the mailing lists I found 
out that may be tweaking CONFIG_SYS_MALLOC_F_LEN might resolve the error.

CONFIG_SYS_MALLOC_F_LEN is defined as 0x1000 initially, I changed it to 0x2000, 0x40000 and 0x8000
but the result stays the same..

Any pointers on what could be the issue ?

Regards
-- 
Suniel Mahesh
Embedded Linux, Kernel & U-Boot engineer
https://github.com/sunielmahesh
www.tuxtrons.com
https://github.com/techveda
Hyderabad, India

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-07-07  9:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-27 14:09 [U-Boot] Watchdog DM - ENOMEM(out of memory) error Suniel Mahesh
2019-06-27 17:33 ` patrick.delaunay
2019-06-28  5:23   ` Suniel Mahesh
2019-07-06 17:16     ` Simon Glass
2019-07-07  9:34       ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox