817e2b275f
Updating global variable's name to follow a consistent naming convention. Change accomplished with the following script: #!/bin/bash echo "Searching for ${1} to replace with ${2}" find ./ \( -name "*.[chs]" -o -name "sysgen.py" -o -name "*.kconf" -o -name "*.arch" \) \ ! -path "./host/src/genIdt/*" \ ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g'; Change-Id: Id3f9096f28a1bf98035c6a531cd8d2dc66e6448a Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com> |
||
---|---|---|
.. | ||
board.h | ||
defs.objs | ||
irq_vector_table.c | ||
linker.cmd | ||
nmi_on_reset.s | ||
sw_isr_table.c | ||
system.c | ||
wdog.s |