blob: 7d17c00af13d7277999fc8513f887104eaba7bab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: std.obs266,v 1.3 2020/03/01 23:23:36 rin Exp $
#
# Standard/required options for obs266.
include "arch/evbppc/conf/std.obs405"
options IBM405_ERRATA77
makeoptions PRDCTTYPE="obs266"
makeoptions TEXTADDR=0x25000
options KERNBASE=0x25000
# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"
include "arch/evbppc/conf/files.obs266"
|