Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r630 - in trunk/releases/weekly: . kconfig/amd64
Date: Mon, 04 May 2009 08:14:44
Message-Id: E1M0o1l-0003sv-Eh@stork.gentoo.org
1 Author: agaffney
2 Date: 2009-05-04 02:35:30 +0000 (Mon, 04 May 2009)
3 New Revision: 630
4
5 Modified:
6 trunk/releases/weekly/ChangeLog
7 trunk/releases/weekly/kconfig/amd64/installcd-2.6.28.config
8 Log:
9 Change CONFIG_PHYSICAL_START to 0x200000 for amd64 installcd kconfig
10
11 Modified: trunk/releases/weekly/ChangeLog
12 ===================================================================
13 --- trunk/releases/weekly/ChangeLog 2009-05-03 21:48:36 UTC (rev 629)
14 +++ trunk/releases/weekly/ChangeLog 2009-05-04 02:35:30 UTC (rev 630)
15 @@ -2,6 +2,10 @@
16 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
17 # $Header: $
18
19 + 04 May 2009; Andrew Gaffney <agaffney@g.o>
20 + kconfig/amd64/installcd-2.6.28.config:
21 + Change CONFIG_PHYSICAL_START to 0x200000 for amd64 installcd kconfig
22 +
23 03 May 2009; Andrew Gaffney <agaffney@g.o>
24 kconfig/x86/installcd-2.6.28.config,
25 kconfig/amd64/installcd-2.6.28.config:
26
27 Modified: trunk/releases/weekly/kconfig/amd64/installcd-2.6.28.config
28 ===================================================================
29 --- trunk/releases/weekly/kconfig/amd64/installcd-2.6.28.config 2009-05-03 21:48:36 UTC (rev 629)
30 +++ trunk/releases/weekly/kconfig/amd64/installcd-2.6.28.config 2009-05-04 02:35:30 UTC (rev 630)
31 @@ -268,7 +268,7 @@
32 # CONFIG_SCHED_HRTICK is not set
33 # CONFIG_KEXEC is not set
34 # CONFIG_CRASH_DUMP is not set
35 -CONFIG_PHYSICAL_START=0x100000
36 +CONFIG_PHYSICAL_START=0x200000
37 CONFIG_RELOCATABLE=y
38 CONFIG_PHYSICAL_ALIGN=0x200000
39 # CONFIG_HOTPLUG_CPU is not set