Skip to content

Commit

Permalink
rename sparcv8leon3 to sparcv8leon
Browse files Browse the repository at this point in the history
JIRA: RTOS-883
  • Loading branch information
lukileczo authored and agkaminski committed Nov 5, 2024
1 parent 7efaaae commit 69e666d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions devices/grlib-multi/test-grlib-multi.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
#include <sys/types.h>
#include <sys/platform.h>
#if defined(__CPU_GR716)
#include <phoenix/arch/sparcv8leon3/gr716/gr716.h>
#include <phoenix/arch/sparcv8leon/gr716/gr716.h>
#elif defined(__CPU_GR712RC)
#include <phoenix/arch/sparcv8leon3/gr712rc/gr712rc.h>
#include <phoenix/arch/sparcv8leon/gr712rc/gr712rc.h>
#else
#error "Unsupported target"
#endif
Expand Down
2 changes: 1 addition & 1 deletion devices/grlib-multi/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
test:
targets:
value: [sparcv8leon3-gr716-mini, sparcv8leon3-gr712rc-board]
value: [sparcv8leon-gr716-mini, sparcv8leon-gr712rc-board]
type: unity
tests:
- name: unit
Expand Down

0 comments on commit 69e666d

Please sign in to comment.