diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-01-17 17:03:38 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-01-27 22:42:31 +0100 |
commit | a8056a506be839170dca74e420f43743fd8b9572 (patch) | |
tree | 062f38a755376d8613dbb1672d31d3d10daf3665 /packages/kexecboot/linux-kexecboot_2.6.26.bb | |
parent | 460edea0f7249e3c61c4c412d8ceae4b04efe512 (diff) |
linux-kexecboot-2.6.26: defconfig fixes
- enable boot from nand for spitz
- enable boot from CF for c7x0 and akita
- bump PR
Diffstat (limited to 'packages/kexecboot/linux-kexecboot_2.6.26.bb')
-rw-r--r-- | packages/kexecboot/linux-kexecboot_2.6.26.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/kexecboot/linux-kexecboot_2.6.26.bb b/packages/kexecboot/linux-kexecboot_2.6.26.bb index a0d00ab120..2fa0e6c816 100644 --- a/packages/kexecboot/linux-kexecboot_2.6.26.bb +++ b/packages/kexecboot/linux-kexecboot_2.6.26.bb @@ -1,6 +1,6 @@ require linux-kexecboot.inc -PR = "r6" +PR = "r7" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_qemuarm = "-1" DEFAULT_PREFERENCE_qemux86 = "-1" |