Commit 7a2cff93 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Removed error management and added efuse access for Nile board with Orinoco Mini

parent aed443e8
...@@ -121226,7 +121226,7 @@ diff -uNr embeddedsw-xilinx_v2023.2/lib/sw_apps/zynqmp_pmufw/src/Makefile embedd ...@@ -121226,7 +121226,7 @@ diff -uNr embeddedsw-xilinx_v2023.2/lib/sw_apps/zynqmp_pmufw/src/Makefile embedd
-CC := mb-gcc -CC := mb-gcc
-CC_FLAGS := -MMD -MP -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mcpu=v9.2 -mxl-soft-mul -CC_FLAGS := -MMD -MP -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mcpu=v9.2 -mxl-soft-mul
+CC := microblaze-xilinx-elf-gcc +CC := microblaze-xilinx-elf-gcc
+CC_FLAGS := -Os -flto -ffat-lto-objects -MMD -MP -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mcpu=v9.2 -mxl-soft-mul -DENABLE_EM -DENABLE_SCHEDULER +CC_FLAGS := -Os -flto -ffat-lto-objects -MMD -MP -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mcpu=v9.2 -mxl-soft-mul -DENABLE_SCHEDULER -DENABLE_EFUSE_ACCESS
+ +
CFLAGS := -Os -flto -ffat-lto-objects CFLAGS := -Os -flto -ffat-lto-objects
LN_FLAGS := -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilfpga,-lxilsecure,-lxilskey,-lxil,-lgcc,-lc,--end-group -nostartfiles -Wl,--gc-sections LN_FLAGS := -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilfpga,-lxilsecure,-lxilskey,-lxil,-lgcc,-lc,--end-group -nostartfiles -Wl,--gc-sections
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment