diff options
author | Wolfgang Denk <wd@denx.de> | 2008-12-16 01:02:17 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-12-16 01:02:17 +0100 |
commit | 455ae7e87f67c44e6aea68865c83acadd3fcd36c (patch) | |
tree | 9f3b69f9c1c2fcc8937e6bd964b1321ac17d45bc /board/afeb9260/partition.c | |
parent | 84bc72d90c505fec3ef4b693995407a0bd4064e5 (diff) |
Coding style cleanup, update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/afeb9260/partition.c')
-rw-r--r-- | board/afeb9260/partition.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/afeb9260/partition.c b/board/afeb9260/partition.c index 0b5dc5e06f6..be08f295f6f 100644 --- a/board/afeb9260/partition.c +++ b/board/afeb9260/partition.c @@ -34,4 +34,3 @@ dataflash_protect_t area_list[NB_DATAFLASH_AREA] = { {0x00004200, 0x000083FF, FLAG_PROTECT_CLEAR, 0, "Environment"}, {0x00008400, 0x00041FFF, FLAG_PROTECT_CLEAR, 0, "U-Boot"}, }; - |