build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/28383 )
Change subject: riscv: separately define stack locations at different stages ......................................................................
Patch Set 3:
(2 comments)
https://review.coreboot.org/#/c/28383/3/src/arch/riscv/include/arch/memlayou... File src/arch/riscv/include/arch/memlayout.h:
https://review.coreboot.org/#/c/28383/3/src/arch/riscv/include/arch/memlayou... PS3, Line 24: #define CAR_STACK(addr, size) \ Macros with complex values should be enclosed in parentheses
https://review.coreboot.org/#/c/28383/3/src/arch/riscv/include/arch/memlayou... PS3, Line 32: #define MEM_STACK(addr, size) \ Macros with complex values should be enclosed in parentheses