aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-1.3.2
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-06 19:09:16 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-06 19:09:16 +0200
commita266b5263d6fa6a86172f2ccd7c6f4b4d23fd1d6 (patch)
tree7732d2b5abbc867299fa2927531ddbb4a81035a2 /recipes/u-boot/u-boot-1.3.2
parent9aedaeda167e1adf065974bf078ce5615a60b38e (diff)
downloadopenembedded-a266b5263d6fa6a86172f2ccd7c6f4b4d23fd1d6.tar.gz
u-boot : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/u-boot/u-boot-1.3.2')
-rw-r--r--recipes/u-boot/u-boot-1.3.2/boc01/006-081205-EEPROM_INTERSIL.patch16
-rw-r--r--recipes/u-boot/u-boot-1.3.2/mpc8313e-rdb-watchdog.patch15
2 files changed, 0 insertions, 31 deletions
diff --git a/recipes/u-boot/u-boot-1.3.2/boc01/006-081205-EEPROM_INTERSIL.patch b/recipes/u-boot/u-boot-1.3.2/boc01/006-081205-EEPROM_INTERSIL.patch
deleted file mode 100644
index 21d7cba1a3..0000000000
--- a/recipes/u-boot/u-boot-1.3.2/boc01/006-081205-EEPROM_INTERSIL.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: u-boot-1.3.2/include/configs/MPC8313ERDB.h
-===================================================================
---- u-boot-1.3.2.orig/include/configs/MPC8313ERDB.h 2008-12-09 16:30:51.000000000 +0100
-+++ u-boot-1.3.2/include/configs/MPC8313ERDB.h 2008-12-09 16:31:01.000000000 +0100
-@@ -269,9 +269,9 @@
- */
- #define CONFIG_CMD_EEPROM
- #define CFG_I2C_EEPROM_ADDR_LEN 2 /* 16-bit EEPROM address */
--#define CFG_I2C_EEPROM_ADDR 0x50 /* Atmel: AT24C256*/
-+#define CFG_I2C_EEPROM_ADDR 0x57 /* Intersil 12024 (eeprom)*/
- #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10 /* 10ms of delay */
--#define CFG_EEPROM_PAGE_WRITE_BITS 6 /* 64-Byte Page Write Mode */
-+#define CFG_EEPROM_PAGE_WRITE_BITS 4 /* 16-Byte Page Write Mode */
- #define CFG_EEPROM_PAGE_WRITE_ENABLE
-
- /* TSEC */
diff --git a/recipes/u-boot/u-boot-1.3.2/mpc8313e-rdb-watchdog.patch b/recipes/u-boot/u-boot-1.3.2/mpc8313e-rdb-watchdog.patch
deleted file mode 100644
index db92fea35c..0000000000
--- a/recipes/u-boot/u-boot-1.3.2/mpc8313e-rdb-watchdog.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: u-boot-1.3.2/include/configs/MPC8313ERDB.h
-===================================================================
---- u-boot-1.3.2.orig/include/configs/MPC8313ERDB.h 2008-09-12 18:47:22.000000000 +0200
-+++ u-boot-1.3.2/include/configs/MPC8313ERDB.h 2008-09-12 18:48:11.000000000 +0200
-@@ -460,6 +460,10 @@
- HRCWH_BIG_ENDIAN |\
- HRCWH_LALE_NORMAL)
-
-+/* Watchdog */
-+#define CONFIG_WATCHDOG
-+#define CFG_WATCHDOG_VALUE 0xFFFF
-+
- /* System IO Config */
- #define CFG_SICRH (SICRH_TSOBI1 | SICRH_TSOBI2) /* RGMII */
- #define CFG_SICRL SICRL_USBDR /* Enable Internal USB Phy */