diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-10-24 12:36:41 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-10-24 12:36:41 +0000 |
commit | 6825c091f764068deeeeb5c25f207ff2b4cc3fc9 (patch) | |
tree | 41d53625ea828649fd81c8ed29a620e0c0dfcdbb | |
parent | 9d1d85b2cf12d713ef60d369d5dffad2d6c3ef32 (diff) |
bd-neon.conf: Add missing uboot bits
-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" |