mirror of
https://xff.cz/git/u-boot/
synced 2025-10-09 04:04:58 +02:00
CONFIG_SYS_NONCACHED_MEMORY: Move prototypes to include/cpu_func.h for consistency
Currently, a number of generic cache related functions have their common prototype declared in include/cpu_func.h. Move the current set of noncached functions there as well to match. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -286,20 +286,6 @@ static inline void instruction_hazard_barrier(void)
|
||||
/* 1MB granularity */
|
||||
#define MMU_SECTION_SHIFT 20
|
||||
#define MMU_SECTION_SIZE (1 << MMU_SECTION_SHIFT)
|
||||
|
||||
/**
|
||||
* noncached_init() - Initialize non-cached memory region
|
||||
*
|
||||
* Initialize non-cached memory area. This memory region will be typically
|
||||
* located right below the malloc() area and be accessed from KSEG1.
|
||||
*
|
||||
* It is called during the generic post-relocation init sequence.
|
||||
*
|
||||
* Return: 0 if OK
|
||||
*/
|
||||
int noncached_init(void);
|
||||
|
||||
phys_addr_t noncached_alloc(size_t size, size_t align);
|
||||
#endif /* CONFIG_SYS_NONCACHED_MEMORY */
|
||||
|
||||
#endif /* _ASM_SYSTEM_H */
|
||||
|
Reference in New Issue
Block a user