nt9856x/BSP/linux-kernel/arch/arm/mach-nvt-ivot/include/mach/memory.h
2023-03-28 15:07:53 +08:00

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 */