author | Wendy Liang <jliang@xilinx.com> | |
Fri, 8 Jan 2016 21:51:17 +0000 (13:51 -0800) | ||
committer | Wendy Liang <jliang@xilinx.com> | |
Tue, 9 Feb 2016 19:54:53 +0000 (11:54 -0800) | ||
commit | e0b66318b889d23ef00432a3af5ecf0f0acd8595 | |
tree | cb2a70bc8d227106f126185edc04fd75b89ffdba | tree | snapshot (tar.xz tar.gz zip) |
parent | eb242513ab3f16134655bd8136f4fb94be1ff6bd | commit | diff |
fix warning of redefining __section
In the resource table, it redefine __section to allow
tokens in the input arguments. However, using the
same name will generate compilation warnning.
Rename the redefined __section.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
In the resource table, it redefine __section to allow
tokens in the input arguments. However, using the
same name will generate compilation warnning.
Rename the redefined __section.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
apps/system/generic/machine/zynq7/rsc_table.c | diff | blob | history | |
apps/system/generic/machine/zynqmp_r5/rsc_table.c | diff | blob | history |