bsps/microblaze: Fix build option definition order

The build option definitions were rearranged such that the option
definitions used in the linker script were not available. This caused
linker errors when building.
This commit is contained in:
Alex White
2022-07-07 14:17:15 -05:00
committed by Joel Sherrill
parent e584ee4bde
commit c0a4d56b16
3 changed files with 2 additions and 4 deletions

View File

@@ -11,8 +11,6 @@ family: microblaze_fpga
includes: []
install: []
links:
- role: build-dependency
uid: linkcmds
- role: build-dependency
uid: tstkcu105_qemu
- role: build-dependency

View File

@@ -11,8 +11,6 @@ family: microblaze_fpga
includes: []
install: []
links:
- role: build-dependency
uid: linkcmds
- role: build-dependency
uid: tstkcu105_qemu
- role: build-dependency

View File

@@ -56,6 +56,8 @@ links:
uid: ../../objirq
- role: build-dependency
uid: ../../objmem
- role: build-dependency
uid: linkcmds
- role: build-dependency
uid: ../../bspopts
type: build