Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114537
b: refs/heads/master
c: ded563c
h: refs/heads/master
i:
  114535: 90cf36c
v: v3
  • Loading branch information
Josh Boyer committed Aug 28, 2008
1 parent 2858c29 commit b6330a6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f19a897c740e2a2e98f40b60055d56d8e437f6f
refs/heads/master: ded563cf458e7803536f9d7b6bc5d808a6e37f21
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/dts/glacier.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#address-cells = <2>;
#size-cells = <1>;
model = "amcc,glacier";
compatible = "amcc,glacier", "amcc,canyonlands";
compatible = "amcc,glacier";
dcr-parent = <&{/cpus/cpu@0}>;

aliases {
Expand Down
11 changes: 11 additions & 0 deletions trunk/arch/powerpc/platforms/44x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,17 @@ config CANYONLANDS
help
This option enables support for the AMCC PPC460EX evaluation board.

config GLACIER
bool "Glacier"
depends on 44x
default n
select PPC44x_SIMPLE
select 460EX # Odd since it uses 460GT but the effects are the same
select PCI
select PPC4xx_PCI_EXPRESS
help
This option enables support for the AMCC PPC460GT evaluation board.

config YOSEMITE
bool "Yosemite"
depends on 44x
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/powerpc/platforms/44x/ppc44x_simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ machine_device_initcall(ppc44x_simple, ppc44x_device_probe);
static char *board[] __initdata = {
"amcc,bamboo",
"amcc,cayonlands",
"amcc,glacier",
"ibm,ebony",
"amcc,katmai",
"amcc,rainier",
Expand Down

0 comments on commit b6330a6

Please sign in to comment.