Commit 2737d0f3 authored by danh-arm's avatar danh-arm Committed by GitHub
Browse files

Merge pull request #1077 from soby-mathew/sm/fix_juno_assert_lvl

Juno: Define PLAT_LOG_LEVEL_ASSERT to LOG_LEVEL_INFO
parents 137c8f01 bea363ad
...@@ -122,6 +122,12 @@ ...@@ -122,6 +122,12 @@
*/ */
#define PLAT_ARM_MAX_BL31_SIZE 0x1D000 #define PLAT_ARM_MAX_BL31_SIZE 0x1D000
/*
* Since free SRAM space is scant, enable the ASSERTION message size
* optimization by fixing the PLAT_LOG_LEVEL_ASSERT to LOG_LEVEL_INFO (40).
*/
#define PLAT_LOG_LEVEL_ASSERT 40
#endif /* ARM_BOARD_OPTIMISE_MEM */ #endif /* ARM_BOARD_OPTIMISE_MEM */
/* CCI related constants */ /* CCI related constants */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment