diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-04 22:38:24 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-04 22:38:24 +0200 |
commit | 1820d4c73b78ebe5d08921b0b6249c6f72e45215 (patch) | |
tree | a09e00683cd1636369c05556a94f14643a78f7e4 /CHANGELOG | |
parent | 9a8d82fd3c7822effe3226f97f9ef1f643498c89 (diff) | |
download | u-boot-imx-1820d4c73b78ebe5d08921b0b6249c6f72e45215.zip u-boot-imx-1820d4c73b78ebe5d08921b0b6249c6f72e45215.tar.gz u-boot-imx-1820d4c73b78ebe5d08921b0b6249c6f72e45215.tar.bz2 |
Make sure only supported compiler options are used
Import "cc-option" shell function from kernel and
use it to get the correct ARM GCC options for individual CPUs
Patch by Peter Pearse, 30 Jun 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Make sure only supported compiler options are used + Import "cc-option" shell function from kernel and + use it to get the correct ARM GCC options for individual CPUs + Patch by Peter Pearse, 30 Jun 2005 + * Fix 440GR to print correct cpu revision Patch by Stefan Roese, 4 Oct 2005 |