diff options
| author | matt <matt@NetBSD.org> | 2011-07-25 05:45:08 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2011-07-25 05:45:08 +0000 |
| commit | dce7307cd193bec01dc5c66d08f288ef334f7f71 (patch) | |
| tree | e3a0a308075686d3521ec8eda752142bc92de612 /sys | |
| parent | 3ab43ac57ec66d00ac1a12bb64c312b50c9533a0 (diff) | |
Add MEMSIZE defparam
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/evbppc/conf/files.mpc85xx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/evbppc/conf/files.mpc85xx b/sys/arch/evbppc/conf/files.mpc85xx index 2f8ef61f6c4..74007d3b26b 100644 --- a/sys/arch/evbppc/conf/files.mpc85xx +++ b/sys/arch/evbppc/conf/files.mpc85xx @@ -1,10 +1,10 @@ -# $NetBSD: files.mpc85xx,v 1.5 2011/06/22 18:06:32 matt Exp $ +# $NetBSD: files.mpc85xx,v 1.6 2011/07/25 05:45:08 matt Exp $ # # mpc85xx-specific configuration info defflag opt_mpc85xx.h MPC8536 MPC8544 MPC8548 MPC8555 MPC8568 MPC8572 P2020 CADMUS PIXIS -defparam opt_mpc85xx.h SYS_CLK +defparam opt_mpc85xx.h SYS_CLK MEMSIZE file arch/evbppc/mpc85xx/autoconf.c file arch/evbppc/mpc85xx/machdep.c |
