mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
Merge pull request #1077 from soby-mathew/sm/fix_juno_assert_lvl
Juno: Define PLAT_LOG_LEVEL_ASSERT to LOG_LEVEL_INFO
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user