diff options
author | Stefan Roese <sr@denx.de> | 2008-08-11 06:43:38 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-08-11 06:43:38 +0200 |
commit | 81c4dc39797e88ebbde14bb4b711f9588f197680 (patch) | |
tree | 1d518f2187cc027a86e4b7c38739f02a23ea871b /include/dataflash.h | |
parent | eab1007334b93a6209f1ec33615e26ef5311ede7 (diff) | |
parent | e84d568fa2a9f4ce7888141e71676368ef6b3f25 (diff) | |
download | u-boot-imx-81c4dc39797e88ebbde14bb4b711f9588f197680.zip u-boot-imx-81c4dc39797e88ebbde14bb4b711f9588f197680.tar.gz u-boot-imx-81c4dc39797e88ebbde14bb4b711f9588f197680.tar.bz2 |
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
Diffstat (limited to 'include/dataflash.h')
-rw-r--r-- | include/dataflash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dataflash.h b/include/dataflash.h index 80f0633..de04139 100644 --- a/include/dataflash.h +++ b/include/dataflash.h @@ -135,9 +135,9 @@ struct dataflash_addr { int cs; }; /*-------------------------------------------------------------------------------------------------*/ - #define AT45DB161 0x2c #define AT45DB021 0x14 +#define AT45DB081 0x24 #define AT45DB321 0x34 #define AT45DB642 0x3c #define AT45DB128 0x10 |