arm-trusted-firmware/plat/rockchip
Joshua Watt 39a97dce61 rockchip: Prevent macro expansion in paths
Instead of stringizing the paths to binary files, add them as string
defines on the command line (e.g. -DFOO=\"BAR\" instead of -DFOO=BAR).
This prevents macros from being expanded inside the string value itself.
For example, -DFOO=/path/with-linux-in-it would have been expanded to
"/path/with-1-in-it" because `linux=1` is one of the standard GCC
defines.

Change-Id: I7b65df3c9930faed4f1aff75ad726982ae3671e6
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
2019-12-13 14:13:45 -06:00
..
common plat/rockchip: initialize reset and poweroff GPIOs with known invalid value 2019-11-17 12:38:24 -08:00
px30 rockchip: px30: Add support for UART3 as serial output 2019-11-27 15:08:39 +01:00
rk3288 rockchip: Update BL31_BASE to 0x40000 2019-09-20 08:42:53 +08:00
rk3328 rockchip: Update BL31_BASE to 0x40000 2019-09-20 08:42:53 +08:00
rk3368 rockchip: Update BL31_BASE to 0x40000 2019-09-20 08:42:53 +08:00
rk3399 rockchip: Prevent macro expansion in paths 2019-12-13 14:13:45 -06:00