mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +02:00
WS cleanup: remove SPACE(s) followed by TAB
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
@@ -36,18 +36,18 @@
|
||||
* 0110 16Gb 2GB
|
||||
*
|
||||
* SPD byte8 - module memory bus width
|
||||
* bit[2:0] primary bus width
|
||||
* bit[2:0] primary bus width
|
||||
* 000 8bits
|
||||
* 001 16bits
|
||||
* 010 32bits
|
||||
* 011 64bits
|
||||
* 001 16bits
|
||||
* 010 32bits
|
||||
* 011 64bits
|
||||
*
|
||||
* SPD byte7 - module organiztion
|
||||
* bit[2:0] sdram device width
|
||||
* 000 4bits
|
||||
* 001 8bits
|
||||
* 010 16bits
|
||||
* 011 32bits
|
||||
* bit[2:0] sdram device width
|
||||
* 000 4bits
|
||||
* 001 8bits
|
||||
* 010 16bits
|
||||
* 011 32bits
|
||||
*
|
||||
*/
|
||||
static unsigned long long
|
||||
|
@@ -46,7 +46,7 @@
|
||||
#define SPD_COL_NUM_MASK (7 << SPD_COL_NUM_OFF)
|
||||
|
||||
#define SPD_MODULE_ORG_BYTE 7
|
||||
#define SPD_MODULE_SDRAM_DEV_WIDTH_OFF 0
|
||||
#define SPD_MODULE_SDRAM_DEV_WIDTH_OFF 0
|
||||
#define SPD_MODULE_SDRAM_DEV_WIDTH_MASK (7 << SPD_MODULE_SDRAM_DEV_WIDTH_OFF)
|
||||
#define SPD_MODULE_BANK_NUM_MIN 1
|
||||
#define SPD_MODULE_BANK_NUM_OFF 3
|
||||
|
Reference in New Issue
Block a user