From 82bc9bc31ec593c7e49c781a2d3daebf46158acd Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Wed, 17 Jun 2009 16:38:43 +0000 Subject: Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial. Abuild tested with -C. Signed-off-by: Myles Watson Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4360 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/a-trend/atc-6220/Options.lb | 1 + src/mainboard/a-trend/atc-6240/Options.lb | 1 + 2 files changed, 2 insertions(+) (limited to 'src/mainboard/a-trend') diff --git a/src/mainboard/a-trend/atc-6220/Options.lb b/src/mainboard/a-trend/atc-6220/Options.lb index 2641e766df..8ffb2828ae 100644 --- a/src/mainboard/a-trend/atc-6220/Options.lb +++ b/src/mainboard/a-trend/atc-6220/Options.lb @@ -20,6 +20,7 @@ uses HAVE_MP_TABLE uses CONFIG_CBFS +uses CONFIG_USE_INIT uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT diff --git a/src/mainboard/a-trend/atc-6240/Options.lb b/src/mainboard/a-trend/atc-6240/Options.lb index 31c70358f5..edc4aa3017 100644 --- a/src/mainboard/a-trend/atc-6240/Options.lb +++ b/src/mainboard/a-trend/atc-6240/Options.lb @@ -20,6 +20,7 @@ uses HAVE_MP_TABLE uses CONFIG_CBFS +uses CONFIG_USE_INIT uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT -- cgit v1.2.3