diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 02:20:55 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 02:20:55 +0100 |
commit | 1264b4050c6f635cc237b5821f924817457ce50c (patch) | |
tree | da63ef53f8f1b1c823fef6f4c595400bc12ede84 /CHANGELOG | |
parent | 6cb142fa3b732a2cea257ca39ef4a7dbe81a32e1 (diff) | |
download | u-boot-imx-1264b4050c6f635cc237b5821f924817457ce50c.zip u-boot-imx-1264b4050c6f635cc237b5821f924817457ce50c.tar.gz u-boot-imx-1264b4050c6f635cc237b5821f924817457ce50c.tar.bz2 |
Avoid dereferencing NULL in find_cmd() if no valid commands were found
Patch by Andrew Dyer, 13 Jun 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Avoid dereferencing NULL in find_cmd() if no valid commands were found + Patch by Andrew Dyer, 13 Jun 2005 + * Add ADI Blackfin support - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board |