mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Fix compiler error for cpu at91sam9, if lowlevel init is enabled
* Fix compiler error for cpu at91sam9, if lowlevel init is enabled * use correct ATMEL_ name scheme to define ATMEL_BASE_SDRAMC Signed-off-by: Jens Scharsig
This commit is contained in:
parent
221786525f
commit
24e50461c0
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#ifdef __ASSEMBLY__
|
||||
|
||||
#ifndef ATMEL_BASE_SDRAMC
|
||||
#define ATMEL_BASE_SDRAMC AT91_SDRAMC0_BASE
|
||||
#define ATMEL_BASE_SDRAMC ATMEL_BASE_SDRAMC0
|
||||
#endif
|
||||
|
||||
#define AT91_ASM_SDRAMC_MR ATMEL_BASE_SDRAMC
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue