From 0241dbf4bfa5c5e762feafa8e6ca580083f01c31 Mon Sep 17 00:00:00 2001 From: Martyn Welch Date: Thu, 11 Mar 2010 02:33:00 +0000 Subject: Add Freescale P2020DS Demo Board This patch adds the Freescale P2020DS demo board, which is based on the p2020 SOC. Signed-off-by: Martyn Welch Acked-by: Tom Rini Signed-off-by: Philip Balister --- recipes/linux/linux_2.6.33.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/linux/linux_2.6.33.bb') diff --git a/recipes/linux/linux_2.6.33.bb b/recipes/linux/linux_2.6.33.bb index 589cdeebd2..13a499a4a2 100644 --- a/recipes/linux/linux_2.6.33.bb +++ b/recipes/linux/linux_2.6.33.bb @@ -5,6 +5,7 @@ PR="r1" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_ts72xx = "-1" +DEFAULT_PREFERENCE_p2020ds = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \ file://defconfig" -- cgit 1.2.3-korg