Re: [U-Boot] Using U-Boot in a mixed licensed environment

2012-12-13 Thread Wolfgang Denk
Dear Stephen Baker, In message you wrote: > > Option 1: > Expand the jump table to include IO functions for networking and > flash/drive access. Would expanding the jump table functionality mean > that the COPYING statement be invalid since the jump table support has > expand beyond the origin

[U-Boot] Using U-Boot in a mixed licensed environment

2012-12-12 Thread Stephen Baker
All, My question stems from building a "standalone" application for U-Boot with code that has conflicting licenses with GPL v2. The COPYING file states that if I used the standard jump table then the standalone application will not fall under GPL v2. However if I want to expand the functionality