diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-05-25 23:06:42 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-05-25 23:06:42 +0000 |
commit | 2305f748953867ddfdc0f449401148e97e78e506 (patch) | |
tree | 259262bb13dd6f267cac8b99524581000284bf5c /src/mainboard/olpc/rev_a | |
parent | 7e00a44b773ba16b72fa1ca69825407be0c98ad5 (diff) |
Move CS5535 specific setup from GX2 driver to CS5535.
To apply this patch you need to
cp src/northbridge/amd/gx2/chipsetinit.c src/southbridge/amd/cs5535/
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Nils Jacobs <njacobs8@hetnet.nl>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5589 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/olpc/rev_a')
-rw-r--r-- | src/mainboard/olpc/rev_a/devicetree.cb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/olpc/rev_a/devicetree.cb b/src/mainboard/olpc/rev_a/devicetree.cb index 3dfe710833..6fec1f0184 100644 --- a/src/mainboard/olpc/rev_a/devicetree.cb +++ b/src/mainboard/olpc/rev_a/devicetree.cb @@ -1,6 +1,5 @@ chip northbridge/amd/gx2 register "irqmap" = "0xaa5b" - register "setupflash" = "0" device lapic_cluster 0 on chip cpu/amd/model_gx2 device lapic 0 on end |