From mboxrd@z Thu Jan 1 00:00:00 1970 From: swami91 Date: Fri, 13 Jun 2014 12:28:08 -0700 (PDT) Subject: [U-Boot] Standalone application - expanding export functions Message-ID: <1402687688522-182313.post@n7.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I was going through the document in doc/README.standalone. It says I can add addition functions to export/_export.h: " To export some additional function foobar(), the following steps should be undertaken: - Append the following line at the end of the include/_exports.h file: EXPORT_FUNC(foobar) " But the discussion in the following thread by Wolfgang says the standalone function will have to be GPLed if expanded. http://u-boot.10912.n7.nabble.com/Using-U-Boot-in-a-mixed-licensed-environment-td142874.html I am confused. Can you please clarify if we can expand the export functions with both with u-boot code functions and the functions I add to u-boot and still not to GPL the standalone application if it uses those functions? Thanks, -Sudhakar -- View this message in context: http://u-boot.10912.n7.nabble.com/Standalone-application-expanding-export-functions-tp182313.html Sent from the U-Boot mailing list archive at Nabble.com.