resyfer commented on code in PR #18499: URL: https://github.com/apache/nuttx/pull/18499#discussion_r2893553422
########## arch/arm64/include/bcm2711/chip.h: ########## @@ -75,6 +75,8 @@ #if defined(CONFIG_RPI4B_RAM_4GB) || defined(CONFIG_RPI4B_RAM_8GB) #define CONFIG_RAMBANK1_SIZE GB(4) - MB(64) +#elif defined(CONFIG_RPI4B_RAM_2GB) Review Comment: Yes, my RPi is of 2 GB variant, and this macro went undefined in its case. The entire PR's testing is done on that board. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
