19 lines
535 B
C
Executable File
19 lines
535 B
C
Executable File
/**
|
|
To setup sparse memory section size
|
|
@file memory.h
|
|
@ingroup
|
|
@note
|
|
Copyright Novatek Microelectronics Corp. 2019. All rights reserved.
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License version 2 as
|
|
published by the Free Software Foundation.
|
|
*/
|
|
#ifndef __ASM_ARCH_NVT_IVOT_MEMORY_H
|
|
#define __ASM_ARCH_NVT_IVOT_MEMORY_H
|
|
|
|
#define MAX_PHYSMEM_BITS 32
|
|
#define SECTION_SIZE_BITS 23
|
|
|
|
#endif /* __ASM_ARCH_NVT_IVOT_MEMORY_H */
|