From: Jose V Beneyto Date: Wed, 17 Oct 2012 17:54:19 +0000 (+0000) Subject: Changed to initrd based build for efikamx devices X-Git-Url: http://gitweb/?a=commitdiff_plain;h=b253990ebffbb6db27a147f2c1c58180513fa675;p=bootloader.git Changed to initrd based build for efikamx devices --- diff --git a/devices/efikamx/Makefile b/devices/efikamx/Makefile index 547be27..fdbb545 100644 --- a/devices/efikamx/Makefile +++ b/devices/efikamx/Makefile @@ -9,7 +9,7 @@ ZIMAGE = $(PWD)/../../../kernel/efikamx/work/zImage INITRDGZ = $(PWD)/../../../initrd/work/initrd.gz INITRAMFS = $(PWD)/../../../initramfs/work/initramfs -RAMDISK_TYPE = uInitramfs # select between uInitramfs or uInitrd +RAMDISK_TYPE = uInitrd # select between uInitramfs or uInitrd .PHONY: all clean distclean kernel ramdisk bootscr