board_f: reserve noncached space below malloc area
authorVikas Manocha <vikas.manocha@st.com>
Fri, 16 Aug 2019 16:57:44 +0000 (09:57 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 26 Aug 2019 15:46:20 +0000 (11:46 -0400)
commit5f7adb5b1c02592e1a7037413a986ffdf864fcc2
tree4ed22f6ce8a3e921e2736b7de9757c79127f582c
parent27e0f3bcf07530a9cd272953797efda54ebb8f5e
board_f: reserve noncached space below malloc area

Noncached area at present is being initialized to random space after malloc
area. It works in most the cases as it goes to stack area & stack is not
overwriting it being far from it.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
common/board_f.c