commit | c8b03121a89487550a21709d17ff7625fa6ee3be | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Jan 29 11:21:38 2009 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Feb 05 11:27:58 2009 +0100 |
tree | 96c19d3e4b45b0ff7c7cf1ec4f62e14ed4239ec3 | |
parent | 42c6ace78c49e837440a7af9e9ae8d4c3d8212d2 [diff] |
jedec_flash: Only use manufacturer defines from common flash.h This patch removes the double defined manufacturer defines from jedec_flash.c. Since the common defines in flash.h are 32bit we now need the (16) cast. This patch also removes the compilation warning (e.g. seen on hcu5): ./MAKEALL hcu5 Configuring for hcu5 board... jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type Signed-off-by: Stefan Roese <sr@denx.de>