diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-12-23 23:05:52 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-12-23 23:05:52 +0100 |
commit | 8ce42b1ca0b0dd5594737a495002bf8710859ce1 (patch) | |
tree | 99629ef2b5117a95030e0e3fb91a86505950f2da /recipes/linux/linux-powerpc-fsl_git.bb | |
parent | 8d458fbbbd76325a59de9c1dcf8422b8e172a509 (diff) |
calamari: added support for nand and nor flash to dts and changed defconfig to support use of nand and nor
(only tested for nor)
Diffstat (limited to 'recipes/linux/linux-powerpc-fsl_git.bb')
-rw-r--r-- | recipes/linux/linux-powerpc-fsl_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux-powerpc-fsl_git.bb b/recipes/linux/linux-powerpc-fsl_git.bb index caa9806aee..9c38edd88b 100644 --- a/recipes/linux/linux-powerpc-fsl_git.bb +++ b/recipes/linux/linux-powerpc-fsl_git.bb @@ -12,12 +12,13 @@ PV = "2.6.30" SRCREV_calamari = "7c0a57d5c47bcfc492b3139e77400f888a935c44" -PR = "r4" +PR = "r5" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git;protocol=git \ file://defconfig" SRC_URI_append_mpc8315e-rdb = " file://mpc8315erdb-add-msi-to-dts.patch;patch=1" +SRC_URI_append_calamari = " file://mpc8536ds.dts.patch;patch=1" COMPATIBLE_MACHINE = "(mpc8315e-rdb|calamari)" |