Author: ward Date: 2008-02-01 21:59:17 +0100 (Fri, 01 Feb 2008) New Revision: 103
Modified: buildrom-devel/packages/filo/filo.mk Log:
Fixed a broken check for the M57SLI board (the config variable name changed a long time ago). This re-introduces the 5 second filo sata spinup delay in filo, which allows for cold booting. Without it, the sata drive(s) are not spun up by the time FILO tries to access them, which means only warm boots worked.
This is a trivial patch.
Signed-off-by: Ward Vandewege ward@gnu.org Acked-by: Ward Vandewege ward@gnu.org
Modified: buildrom-devel/packages/filo/filo.mk =================================================================== --- buildrom-devel/packages/filo/filo.mk 2008-01-30 23:27:53 UTC (rev 102) +++ buildrom-devel/packages/filo/filo.mk 2008-02-01 20:59:17 UTC (rev 103) @@ -8,7 +8,7 @@
FILO_PATCHES=$(PACKAGE_DIR)/filo/patches/make.patch
-ifeq ($(CONFIG_PLATFORM_M57SLI),y) +ifeq ($(CONFIG_PLATFORM_GA_M57SLI_S4),y) FILO_PATCHES += $(PACKAGE_DIR)/filo/patches/sata-spinup-delay.patch endif