commit | 4c24e8288c601cb773ab02528b48a8577970e867 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Sat Aug 30 17:28:36 2008 +0200 |
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Mon Sep 01 13:41:58 2008 +0200 |
tree | 7efa82caa351fe68a6e7be401e8a0e37e735836b | |
parent | 66b7bc5175325809718d8d49ef073bc1036ad71b [diff] |
avr32: data_bits should reflect the actual number of data bits Make the data_bits enum in struct sdram_config reflect the actual number of data bits on the bus, i.e. 16 or 32. Having 0 mean 16 bits and 1 mean 32 bits is just too confusing. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>