Browse Source
At the moment there are two entirely separate memory regions for BL31 and BL32. However, since BL31 is very small (<= 128 KiB) there is actually still plenty of space after BL31. Drop the extra memory region for BL32 and place it directly after BL31 (i.e. BL31_LIMIT). If needed it is still possible to change it on the make command line. While at it, move the definitions to the bottom of the make file so they come immediately before the related add_define calls. Change-Id: I5184dcc2d89a92f1384508f973d56fd963e7befb Signed-off-by: Stephan Gerhold <stephan@gerhold.net>pull/1999/head
Stephan Gerhold
2 years ago
committed by
Manish Pandey
2 changed files with 7 additions and 6 deletions
Loading…
Reference in new issue