diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-11-25 10:38:43 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-11-25 10:38:43 +0100 |
commit | aa7cfc463ae760be321fbe78eeb9b936e3dde5d8 (patch) | |
tree | 0235fbed3a0f3d8ccb27d4ceed59c27b8e899cb2 /CHANGELOG | |
parent | 5568e613ee38d4bb5dd601cdb2f74ed0d7de9902 (diff) | |
download | u-boot-imx-aa7cfc463ae760be321fbe78eeb9b936e3dde5d8.zip u-boot-imx-aa7cfc463ae760be321fbe78eeb9b936e3dde5d8.tar.gz u-boot-imx-aa7cfc463ae760be321fbe78eeb9b936e3dde5d8.tar.bz2 |
Allow use of include/image.h and include/asm-*/u-boot.h in proprietary code.
The COPYING file was extended to make clear that these files can be
used in non-GPL code, too.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Allow use of include/image.h and include/asm-*/u-boot.h in proprietary code. + The COPYING file was extended to make clear that these files can be + used in non-GPL code, too. + * Add support for Prodrive P3P440 board: - Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c - CFG_FLASH_QUIET_TEST added to use the common CFI driver |