diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-09 21:41:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-09 21:41:20 +0200 |
commit | c4e0e6860429da7fd7a53b8c1d7026a449e78bf1 (patch) | |
tree | c4b4127e19cbc4f84d66422e0bd260008d3c7b37 /CHANGELOG | |
parent | 38ec37d0f1ba3cb7e7d3766d62e01ededbdcbd1d (diff) | |
download | u-boot-imx-c4e0e6860429da7fd7a53b8c1d7026a449e78bf1.zip u-boot-imx-c4e0e6860429da7fd7a53b8c1d7026a449e78bf1.tar.gz u-boot-imx-c4e0e6860429da7fd7a53b8c1d7026a449e78bf1.tar.bz2 |
Make new "mtdparts" code build with older compilers
Patch by Andrea Scian, 09 Aug 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes for U-Boot 1.1.3: ====================================================================== +* Make new "mtdparts" code build with older compilers + Patch by Andrea Scian, 09 Aug 2005 + * Changed CONFIG_440_GX, CONFIG_440_EP and CONFIG_440_GR options to CONFIG_44GX, CONFIG_440EP and CONFIG_440GR for a consistent design with the 405 defines and the linux kernel defines. |