Browse Source

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

Juno: Define PLAT_LOG_LEVEL_ASSERT to LOG_LEVEL_INFO
pull/1083/head
danh-arm 7 years ago
committed by GitHub
parent
commit
2737d0f36e
  1. 6
      plat/arm/board/juno/include/platform_def.h

6
plat/arm/board/juno/include/platform_def.h

@ -122,6 +122,12 @@
*/
#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 */
/* CCI related constants */

Loading…
Cancel
Save