From 0082e57f169f868ac3d475b5edfe2e05cee1f88c Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Tue, 6 Jan 2009 16:24:42 +0000 Subject: Add CONFIGs for new commands to at91 parts --- .../u-boot-2009.01-rc1-013-configs.patch | 130 +++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 target/u-boot/2009.01-rc1/u-boot-2009.01-rc1-013-configs.patch (limited to 'target/u-boot') diff --git a/target/u-boot/2009.01-rc1/u-boot-2009.01-rc1-013-configs.patch b/target/u-boot/2009.01-rc1/u-boot-2009.01-rc1-013-configs.patch new file mode 100644 index 000000000..e65645b69 --- /dev/null +++ b/target/u-boot/2009.01-rc1/u-boot-2009.01-rc1-013-configs.patch @@ -0,0 +1,130 @@ +diff -urN u-boot-2009.01-0rig//include/configs/at91cap9adk.h u-boot-2009.01/include/configs/at91cap9adk.h +--- u-boot-2009.01-0rig//include/configs/at91cap9adk.h 2008-12-16 23:48:27.000000000 +0100 ++++ u-boot-2009.01/include/configs/at91cap9adk.h 2009-01-04 00:43:58.000000000 +0100 +@@ -69,7 +69,9 @@ + #define CONFIG_ATMEL_LCD 1 + #define CONFIG_ATMEL_LCD_BGR555 1 + #define CONFIG_SYS_CONSOLE_IS_IN_ENV 1 +- ++#define CONFIG_CMD_FACTORY ++#define CONFIG_CMD_LED ++#define CONFIG_COLOURED_LED + #define CONFIG_BOOTDELAY 3 + + /* +diff -urN u-boot-2009.01-0rig//include/configs/at91rm9200df.h u-boot-2009.01/include/configs/at91rm9200df.h +--- u-boot-2009.01-0rig//include/configs/at91rm9200df.h 2009-01-02 17:37:43.000000000 +0100 ++++ u-boot-2009.01/include/configs/at91rm9200df.h 2009-01-04 00:43:33.000000000 +0100 +@@ -123,6 +123,9 @@ + #define CONFIG_CMD_DHCP + #define CONFIG_CMD_MII + #define CONFIG_CMD_NAND ++#define CONFIG_CMD_FACTORY ++#define CONFIG_CMD_LED ++#define CONFIG_COLOURED_LED + #define CONFIG_CMD_AT91_SPIMUX + #define CONFIG_CMD_ETHINIT + +diff -urN u-boot-2009.01-0rig//include/configs/at91rm9200dk_df.h u-boot-2009.01/include/configs/at91rm9200dk_df.h +--- u-boot-2009.01-0rig//include/configs/at91rm9200dk_df.h 2009-01-02 10:03:11.000000000 +0100 ++++ u-boot-2009.01/include/configs/at91rm9200dk_df.h 2009-01-04 00:42:52.000000000 +0100 +@@ -122,7 +122,11 @@ + #define CONFIG_CMD_DHCP + #define CONFIG_CMD_MII + #define CONFIG_CMD_NAND ++#define CONFIG_CMD_FACTORY ++#define CONFIG_CMD_LED ++#define CONFIG_COLOURED_LED + #define CONFIG_CMD_AT91_SPIMUX ++#define CONFIG_CMD_ETHINIT + + #define CONFIG_NAND_LEGACY + +diff -urN u-boot-2009.01-0rig//include/configs/at91rm9200dk.h u-boot-2009.01/include/configs/at91rm9200dk.h +--- u-boot-2009.01-0rig//include/configs/at91rm9200dk.h 2009-01-02 10:03:11.000000000 +0100 ++++ u-boot-2009.01/include/configs/at91rm9200dk.h 2009-01-04 00:43:15.000000000 +0100 +@@ -120,7 +120,11 @@ + #define CONFIG_CMD_DHCP + #define CONFIG_CMD_MII + #define CONFIG_CMD_NAND ++#define CONFIG_CMD_FACTORY ++#define CONFIG_CMD_LED ++#define CONFIG_COLOURED_LED + #define CONFIG_CMD_AT91_SPIMUX ++#define CONFIG_CMD_ETHINIT + + #define CONFIG_NAND_LEGACY + +diff -urN u-boot-2009.01-0rig//include/configs/at91rm9200ek.h u-boot-2009.01/include/configs/at91rm9200ek.h +--- u-boot-2009.01-0rig//include/configs/at91rm9200ek.h 2009-01-02 17:37:43.000000000 +0100 ++++ u-boot-2009.01/include/configs/at91rm9200ek.h 2009-01-04 00:42:35.000000000 +0100 +@@ -121,9 +121,11 @@ + #define CONFIG_CMD_DHCP + #define CONFIG_CMD_MII + #define CONFIG_CMD_NAND ++#define CONFIG_CMD_FACTORY ++#define CONFIG_CMD_LED ++#define CONFIG_COLOURED_LED + #define CONFIG_CMD_AT91_SPIMUX + #define CONFIG_CMD_ETHINIT +- + #define CONFIG_NAND_LEGACY + + #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND devices */ +diff -urN u-boot-2009.01-0rig//include/configs/at91sam9260ek.h u-boot-2009.01/include/configs/at91sam9260ek.h +--- u-boot-2009.01-0rig//include/configs/at91sam9260ek.h 2008-12-16 23:48:27.000000000 +0100 ++++ u-boot-2009.01/include/configs/at91sam9260ek.h 2009-01-04 00:41:56.000000000 +0100 +@@ -74,10 +74,13 @@ + #include + #undef CONFIG_CMD_BDI + #undef CONFIG_CMD_IMI +-#undef CONFIG_CMD_AUTOSCRIPT ++#define CONFIG_CMD_AUTOSCRIPT + #undef CONFIG_CMD_FPGA + #undef CONFIG_CMD_LOADS + #undef CONFIG_CMD_IMLS ++#define CONFIG_CMD_FACTORY ++#define CONFIG_CMD_LED ++#define CONFIG_COLOURED_LED + + #define CONFIG_CMD_PING 1 + #define CONFIG_CMD_DHCP 1 +diff -urN u-boot-2009.01-0rig//include/configs/at91sam9261ek.h u-boot-2009.01/include/configs/at91sam9261ek.h +--- u-boot-2009.01-0rig//include/configs/at91sam9261ek.h 2008-12-16 23:48:27.000000000 +0100 ++++ u-boot-2009.01/include/configs/at91sam9261ek.h 2009-01-04 00:44:11.000000000 +0100 +@@ -68,6 +68,9 @@ + #define CONFIG_ATMEL_LCD 1 + #define CONFIG_ATMEL_LCD_BGR555 1 + #define CONFIG_SYS_CONSOLE_IS_IN_ENV 1 ++#define CONFIG_CMD_FACTORY ++#define CONFIG_CMD_LED ++#define CONFIG_COLOURED_LED + + #define CONFIG_BOOTDELAY 3 + +diff -urN u-boot-2009.01-0rig//include/configs/at91sam9263ek.h u-boot-2009.01/include/configs/at91sam9263ek.h +--- u-boot-2009.01-0rig//include/configs/at91sam9263ek.h 2008-12-16 23:48:27.000000000 +0100 ++++ u-boot-2009.01/include/configs/at91sam9263ek.h 2009-01-04 00:44:34.000000000 +0100 +@@ -69,6 +69,9 @@ + #define CONFIG_ATMEL_LCD 1 + #define CONFIG_ATMEL_LCD_BGR555 1 + #define CONFIG_SYS_CONSOLE_IS_IN_ENV 1 ++#define CONFIG_CMD_FACTORY ++#define CONFIG_CMD_LED ++#define CONFIG_COLOURED_LED + + #define CONFIG_BOOTDELAY 3 + +diff -urN u-boot-2009.01-0rig//include/configs/at91sam9rlek.h u-boot-2009.01/include/configs/at91sam9rlek.h +--- u-boot-2009.01-0rig//include/configs/at91sam9rlek.h 2008-12-16 23:48:27.000000000 +0100 ++++ u-boot-2009.01/include/configs/at91sam9rlek.h 2009-01-04 00:44:54.000000000 +0100 +@@ -68,6 +68,9 @@ + #define CONFIG_ATMEL_LCD 1 + #define CONFIG_ATMEL_LCD_RGB565 1 + #define CONFIG_SYS_CONSOLE_IS_IN_ENV 1 ++#define CONFIG_CMD_FACTORY ++#define CONFIG_CMD_LED ++#define CONFIG_COLOURED_LED + + #define CONFIG_BOOTDELAY 3 + -- cgit v1.2.3