commit | 28745db969b72693754991c838f68a7fb4a8b1ab | [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 | ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2 [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>