diff options
| author | Wolfgang Denk <wd@denx.de> | 2010-04-01 11:28:32 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-04-01 11:28:32 +0200 | 
| commit | ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af (patch) | |
| tree | 206908754219b5cc6e9f03518d34fb95a247bef9 /board/davinci/da830evm/da830evm.c | |
| parent | ca6e1c136ddb720c3bb2cc043b99f7f06bc46c55 (diff) | |
| parent | fd03ea89641d6f6ade6d1a8580c1bb9f52b8542c (diff) | |
| download | olio-uboot-2014.01-ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af.tar.xz olio-uboot-2014.01-ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af.zip | |
Merge branch 'next'
Diffstat (limited to 'board/davinci/da830evm/da830evm.c')
| -rw-r--r-- | board/davinci/da830evm/da830evm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/davinci/da830evm/da830evm.c b/board/davinci/da830evm/da830evm.c index ed668afcc..638544366 100644 --- a/board/davinci/da830evm/da830evm.c +++ b/board/davinci/da830evm/da830evm.c @@ -150,7 +150,7 @@ int board_init(void)  		DAVINCI_ABCR_RHOLD(0) |  		DAVINCI_ABCR_TA(2) |  		DAVINCI_ABCR_ASIZE_8BIT), -	       &davinci_emif_regs->AB2CR); +	       &davinci_emif_regs->ab2cr);  #endif  	/* arch number of the board */ |