From 2b02b63c545e82d6679a4fb40e4001b499bf572f Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Mon, 21 Jul 2003 14:00:53 +0000 Subject: [PATCH] new chip configure git-svn-id: svn://svn.coreboot.org/coreboot/trunk@992 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 5 +++++ targets/motorola/sandpoint/Config.lb | 3 +++ 2 files changed, 8 insertions(+) diff --git a/src/config/Options.lb b/src/config/Options.lb index b87c0ad247..e56e664194 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -157,6 +157,11 @@ define LINUXBIOS_ASSEMBLER export always comment "Build assembler" end +define CONFIG_CHIP_CONFIGURE + default 0 + export used + comment "Use new chip_configure method for configuring (non-pci) devices" +end ############################################### # ROM image options diff --git a/targets/motorola/sandpoint/Config.lb b/targets/motorola/sandpoint/Config.lb index 356b81f269..3a7e376e67 100644 --- a/targets/motorola/sandpoint/Config.lb +++ b/targets/motorola/sandpoint/Config.lb @@ -29,6 +29,9 @@ uses MAINBOARD_VENDOR ## use a cross compiler option CROSS_COMPILE="powerpc-eabi-" +## Use chip configuration +option CONFIG_CHIP_CONFIGURE=1 + ## We don't use compressed image option CONFIG_COMPRESS=0