File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 2
2
Changes for U-Boot 1.1.4:
3
3
======================================================================
4
4
5
+ * Allow use of include/image.h and include/asm-*/u-boot.h in proprietary code.
6
+ The COPYING file was extended to make clear that these files can be
7
+ used in non-GPL code, too.
8
+
5
9
* Add support for Prodrive P3P440 board:
6
10
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
7
11
- CFG_FLASH_QUIET_TEST added to use the common CFI driver
Original file line number Diff line number Diff line change 2
2
applications that use U-Boot services by means of the jump table
3
3
provided by U-Boot exactly for this purpose - this is merely
4
4
considered normal use of U-Boot, and does *not* fall under the
5
- heading of "derived work". Also note that the GPL below is
6
- copyrighted by the Free Software Foundation, but the instance of code
7
- that it refers to (the U-Boot source code) is copyrighted by me and
8
- others who actually wrote it. -- Wolfgang Denk
5
+ heading of "derived work".
6
+
7
+ The header files "include/image.h" and "include/asm-*/u-boot.h"
8
+ define interfaces to U-Boot. Including these (unmodified) header
9
+ files in another file is considered normal use of U-Boot, and does
10
+ *not* fall under the heading of "derived work".
11
+
12
+ Also note that the GPL below is copyrighted by the Free Software
13
+ Foundation, but the instance of code that it refers to (the U-Boot
14
+ source code) is copyrighted by me and others who actually wrote it.
15
+ -- Wolfgang Denk
9
16
10
17
=======================================================================
11
18
You can’t perform that action at this time.
0 commit comments