Commit b1975584 authored by Ivan Kokshaysky's avatar Ivan Kokshaysky Committed by Richard Henderson

[PATCH] alpha kernel start address

From Jeff.Wiedemeier@hp.com:

Bump non-legacy start addr to 16mb to accomodate new larger
SRM console footprint.
parent f30c04cf
......@@ -10,7 +10,7 @@ SECTIONS
#ifdef CONFIG_ALPHA_LEGACY_START_ADDRESS
. = 0xfffffc0000310000;
#else
. = 0xfffffc0000810000;
. = 0xfffffc0001010000;
#endif
_text = .; /* Text and read-only data */
......
......@@ -23,7 +23,7 @@
#ifdef CONFIG_ALPHA_LEGACY_START_ADDRESS
#define KERNEL_START_PHYS 0x300000 /* Old bootloaders hardcoded this. */
#else
#define KERNEL_START_PHYS 0x800000 /* Wildfire has a huge console */
#define KERNEL_START_PHYS 0x1000000 /* required: Wildfire/Titan/Marvel */
#endif
#define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS)
......
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