diff --git a/arch/arm/src/sama5/sam_memories.c b/arch/arm/src/sama5/sam_memories.c index 54c8e65b561..ebf3e440a06 100644 --- a/arch/arm/src/sama5/sam_memories.c +++ b/arch/arm/src/sama5/sam_memories.c @@ -185,8 +185,8 @@ static inline uintptr_t sysc_physregaddr(uintptr_t virtregaddr) * Name: isram_physramaddr * * Description: - * Given the virtual address of an internal SRAM memory location, return the - * physical address of that location + * Given the virtual address of an internal SRAM memory location, return + * the physical address of that location * ****************************************************************************/ @@ -817,8 +817,9 @@ uintptr_t sam_physramaddr(uintptr_t virtramaddr) * CONFIG_RAM_VSTART, and CONFIG_RAM_SIZE when CONFIG_SAMA5_BOOT_SDRAM or * CONFIG_BOOT_SDRAM_DATA is selected. * - * CONFIG_SAMA5_BOOT_SDRAM -- We were booted into DRAM by some bootloader. - * DRAM support is not enabled, SAMA5_DDRCS_SIZE is not valid. + * CONFIG_SAMA5_BOOT_SDRAM -- We were booted into DRAM by some + * bootloader. DRAM support is not enabled, SAMA5_DDRCS_SIZE is not + * valid. * CONFIG_BOOT_SDRAM_DATA -- We are running from NOR or ISRAM, but our * .bss, .data, and primary heap are in DRAM (In this case, I would * expect CONFIG_SAMA5_DDRCS to also be set, however).