diff options
author | Philip Balister <philip@balister.org> | 2008-08-28 11:57:09 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2008-08-28 11:57:09 +0000 |
commit | bf76d712dc9307871a089d2854486b76f1c44f99 (patch) | |
tree | 8f2f78d77c3284888c749ad8d58682b3d2cd9a44 /conf/machine | |
parent | 36508f4088546d49972d1eda016dfd616de43a46 (diff) |
omap3evm.conf : Allow override of kernel. See bug #4527.
Be very careful with this, if you forget the override
is in local.conf confusion will result :)
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/omap3evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf index 416db2c937..bf358e9e11 100644 --- a/conf/machine/omap3evm.conf +++ b/conf/machine/omap3evm.conf @@ -20,7 +20,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " SERIAL_CONSOLE = "115200 ttyS0" -PREFERRED_PROVIDER_virtual/kernel = "linux-omap2" +PREFERRED_PROVIDER_virtual/kernel ?= "linux-omap2" KERNEL_IMAGETYPE = "uImage" |