From ba82dd70f3dcae1954e34a1ec622e3c23863854c Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Fri, 15 Jan 2010 19:36:05 +0100 Subject: From: Ulf Samuelsson Add support for at91bootstrap-2.13. Fixes problem with stack, breaking all boards, compared to 2.13-rc[1-7] Updates kconfig to 2.6.32 More options to save code on SRAM constrained SAM9260. Builds for the following at91 chips. * afeb9260 * at91cap9adk * at91cap9stk * at91sam9g10ek, * at91sam9g20ek * at91sam9g45ek * at91sam9g45ekes * at91sam9rlek * at91sam9xeek * at91sam9m10ek * at91sam9260ek * at91sam9261ek * at91sam9263ek So far, it has only been downloaded and tested on the sam9g45ek (dataflash) Therefore it is only default for this chip. Signed-off-by: Ulf Samuelsson --- --- recipes/at91bootstrap/at91bootstrap_2.13.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/at91bootstrap/at91bootstrap_2.13.bb (limited to 'recipes/at91bootstrap/at91bootstrap_2.13.bb') diff --git a/recipes/at91bootstrap/at91bootstrap_2.13.bb b/recipes/at91bootstrap/at91bootstrap_2.13.bb new file mode 100644 index 0000000000..6f544fba54 --- /dev/null +++ b/recipes/at91bootstrap/at91bootstrap_2.13.bb @@ -0,0 +1,8 @@ +require at91bootstrap.inc +PR = "r0" +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_at91sam9g45ek = "1" +DEFAULT_PREFERENCE_at91sam9g45ekes = "1" +DEFAULT_PREFERENCE_at91sam9m10ek = "1" + + -- cgit 1.2.3-korg