Skip to content
Snippets Groups Projects
Commit ed3b18e0 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD
Browse files

AT91: remove non supported board AT91RM9200DF macro

parent bd876772
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ start_code: ...@@ -118,7 +118,7 @@ start_code:
bl coloured_LED_init bl coloured_LED_init
bl red_LED_on bl red_LED_on
#if defined(CONFIG_AT91RM9200DK) || defined(CONFIG_AT91RM9200EK) || defined(CONFIG_AT91RM9200DF) #if defined(CONFIG_AT91RM9200DK) || defined(CONFIG_AT91RM9200EK)
/* /*
* relocate exception table * relocate exception table
*/ */
...@@ -258,7 +258,7 @@ cpu_init_crit: ...@@ -258,7 +258,7 @@ cpu_init_crit:
* find a lowlevel_init.S in your board directory. * find a lowlevel_init.S in your board directory.
*/ */
mov ip, lr mov ip, lr
#if defined(CONFIG_AT91RM9200EK) || defined(CONFIG_AT91RM9200DF) #if defined(CONFIG_AT91RM9200EK)
#else #else
bl lowlevel_init bl lowlevel_init
......
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