jlaitine opened a new pull request, #7203: URL: https://github.com/apache/incubator-nuttx/pull/7203
## Summary This adds a configuration flags for DDR type for MPFS platform. The DDR type is already static, it is just set in "board_liberodefs.h". Thus all the runtime checks for memory type is just dead code (and it doesn't make sense to check the DDR type at runtime anyways). Also remove the unused "off mode" configuration calls, but leave the code that actually puts the DDR into off mode for future use, behind a CONFIG flag. This is tested on icicle and aries m100 boards (LPDDR4 and DDR4). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org