Commit 9decf96a authored by Catalin Marinas's avatar Catalin Marinas

nommu: Add ATAG_CORE* definitions to head-nommu.S

These definitions are now required by head-common.S in arch/arm/kernel.
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 21eb7494
......@@ -21,6 +21,9 @@
#include <asm/thread_info.h>
#include <asm/system.h>
#define ATAG_CORE 0x54410001
#define ATAG_CORE_SIZE ((2*4 + 3*4) >> 2)
/*
* Kernel startup entry point.
* ---------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment