Hi Wolfgang,

A quick question for you - What defines what belongs in /lib versus /common?

I get that cmd* and env* belong in /common (U-Boot specific) and crc, zlib,
gunzip, qsort etc belong in /lib (generic)

But others are a bit grey like malloc in /common and display_options() in /lib

The reason I ask is to know where to put the new timer API - I'm thinking
/lib/time.c with udelay() makes the most sense

Regards,

Graeme

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to