diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-02-14 01:19:08 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-02-14 01:19:08 +0100 |
commit | 45f82a941c77e9d747814fa1e337ba803475d327 (patch) | |
tree | 707b6edc2907dc83061972425f1d2ee7459a44a5 /recipes/preboot | |
parent | 860e9c92702c0551f397d3fab0a8e404fad4dbe5 (diff) | |
download | openembedded-45f82a941c77e9d747814fa1e337ba803475d327.tar.gz |
zaurus-kernels: move the kernel size check to linux-kexecboot.inc.
* no need for DONT_CHECK_KERNELSIZE
* clean up the affected files
* check happens only if KERNEL_IMAGE_MAXSIZE is set
Diffstat (limited to 'recipes/preboot')
-rw-r--r-- | recipes/preboot/linux-preboot.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/preboot/linux-preboot.inc b/recipes/preboot/linux-preboot.inc index 56a90a9723..d8771f8cca 100644 --- a/recipes/preboot/linux-preboot.inc +++ b/recipes/preboot/linux-preboot.inc @@ -5,7 +5,6 @@ LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga" require ../linux/linux.inc -DONT_CHECK_KERNELSIZE = "" INITRAMFS_IMAGE = "initramfs-preboot-image" # here we set master console on serial |