diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-10-25 16:17:01 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-10-25 16:17:01 +0000 |
commit | e30a33ca971f9ad5b265d98ddb173fc0b7a8e22e (patch) | |
tree | bb911141bd9f583f1c4999e8d71b8f5f32d34ffc /conf | |
parent | 5aa891aadd2e06ecc54f1f0e189c508fe230f866 (diff) | |
parent | a5043b9fc5a07402f3d9b88f619cf2905bdca5b1 (diff) |
merge of '0b6354a57db70b62eccbe5522490947545014f85'
and 'bfb3f591b7494217c22a8a5b6daf3902bdd7cd03'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/bd-neon.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/bd-neon.conf b/conf/machine/bd-neon.conf index fe7ff724fd..532193a567 100644 --- a/conf/machine/bd-neon.conf +++ b/conf/machine/bd-neon.conf @@ -24,6 +24,8 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa usbgadget screen uboot" # PREFERRED_PROVIDER_virtual/kernel = "linux" PERFERRED_VERSION_linux = "2.6.22" +KERNEL_IMAGETYPE = "uImage" +UBOOT_ENTRYPOINT = "a0008000" MODUTILS = "26" XSERVER = "xserver-kdrive-fbdev" |