From 802670e6c9026c945c232a46bb5c789601334280 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 15 Aug 2009 14:27:05 +0000 Subject: PPC: clean up ppc405 Rely on the subpage system instead of the local version. Make most functions "static". Fix wrong parameter passed to ppc4xx_pob_reset. Signed-off-by: Blue Swirl --- hw/ppc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/ppc.h') diff --git a/hw/ppc.h b/hw/ppc.h index 4084482e5b..efb09e8d8b 100644 --- a/hw/ppc.h +++ b/hw/ppc.h @@ -45,3 +45,5 @@ enum { #define FW_CFG_PPC_WIDTH (FW_CFG_ARCH_LOCAL + 0x00) #define FW_CFG_PPC_HEIGHT (FW_CFG_ARCH_LOCAL + 0x01) #define FW_CFG_PPC_DEPTH (FW_CFG_ARCH_LOCAL + 0x02) + +#define PPC_SERIAL_MM_BAUDBASE 399193 -- cgit v1.2.1