x86: MMU: Rename gen_mmu script
It's x86-only. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
19fdc30187
commit
283a0cdafb
3 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ else
|
|||
GENMMU_EXTRA_ARGS :=
|
||||
endif
|
||||
|
||||
GENMMU := $(ZEPHYR_BASE)/scripts/gen_mmu.py
|
||||
GENMMU := $(ZEPHYR_BASE)/scripts/gen_mmu_x86.py
|
||||
|
||||
OUTPUT_FORMAT ?= elf32-i386
|
||||
OUTPUT_ARCH ?= i386
|
||||
|
|
|
@ -312,7 +312,7 @@ SECTIONS
|
|||
/* Memory management unit*/
|
||||
SECTION_PROLOGUE(mmulist, (OPTIONAL),)
|
||||
{
|
||||
/* get size of the mmu lists needed for gen_mmu.py*/
|
||||
/* get size of the mmu lists needed for gen_mmu_x86.py*/
|
||||
LONG((__MMU_LIST_END__ - __MMU_LIST_START__) / __MMU_REGION_SIZEOF)
|
||||
/* Get the start of mmu tables in data section so that the address
|
||||
* of the page tables can be calculated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue