mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
arch/arm/src/sama5/sam_memories.c: Appease nxstyle
This commit is contained in:
committed by
Xiang Xiao
parent
a0c7a14fed
commit
c538bdb6fa
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user