mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 21:54:37 +08: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
@ -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…
Reference in New Issue
Block a user