diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-11-25 16:38:03 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-11-25 16:38:03 +0100 |
commit | f08abe311b41633b550520de50d4c0ff1fbf2800 (patch) | |
tree | 8a07dbcd9309dedfc7d8e7328b453f09ec325f43 /CHANGELOG | |
parent | aa7cfc463ae760be321fbe78eeb9b936e3dde5d8 (diff) | |
download | u-boot-imx-f08abe311b41633b550520de50d4c0ff1fbf2800.zip u-boot-imx-f08abe311b41633b550520de50d4c0ff1fbf2800.tar.gz u-boot-imx-f08abe311b41633b550520de50d4c0ff1fbf2800.tar.bz2 |
Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,9 +2,12 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h + * 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. + Also, a corresponding note was placed in the headers of the affected files. * Add support for Prodrive P3P440 board: - Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c |