Skip to content
Snippets Groups Projects
Commit 24e50461 authored by Jens Scharsig's avatar Jens Scharsig Committed by Albert ARIBAUD
Browse files

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
parent 22178652
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifdef __ASSEMBLY__ #ifdef __ASSEMBLY__
#ifndef ATMEL_BASE_SDRAMC #ifndef ATMEL_BASE_SDRAMC
#define ATMEL_BASE_SDRAMC AT91_SDRAMC0_BASE #define ATMEL_BASE_SDRAMC ATMEL_BASE_SDRAMC0
#endif #endif
#define AT91_ASM_SDRAMC_MR ATMEL_BASE_SDRAMC #define AT91_ASM_SDRAMC_MR ATMEL_BASE_SDRAMC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment