diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-27 11:26:54 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-10-27 11:26:54 +0100 |
commit | 03ed4b979cca721ad0e0febaee358a80ff8e44fc (patch) | |
tree | 644a8b9cd1d203613456787a167d4d6aa2624949 /recipes | |
parent | ad6f7be4480a96c57b0c3c3395a4857bad99d73e (diff) |
nhk15: added uImage parameters
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/linux_2.6.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.20.bb b/recipes/linux/linux_2.6.20.bb index 7a43dff9ce..d8427bfc6f 100644 --- a/recipes/linux/linux_2.6.20.bb +++ b/recipes/linux/linux_2.6.20.bb @@ -6,7 +6,7 @@ DEFAULT_PREFERENCE_at91sam9261ek = "20" DEFAULT_PREFERENCE_at91sam9260ek = "20" DEFAULT_PREFERENCE_nhk15 = "1" -PR = "r9" +PR = "r10" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://defconfig" |