diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-11-24 16:50:22 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-11-24 16:50:22 +0100 |
commit | c7d514e3de6cb0ddad3dbc7efd4428b24cd2d144 (patch) | |
tree | d6f9519110bbb03b111592d04d52fe9481587ef6 /packages/u-boot/u-boot-1.3.2/boc01 | |
parent | 659a8173e83ead481adb7c677403427dd00ec6bf (diff) |
u-boot: add mtdparts support for boc01
Diffstat (limited to 'packages/u-boot/u-boot-1.3.2/boc01')
-rw-r--r-- | packages/u-boot/u-boot-1.3.2/boc01/001_01_u-boot-1.3.2_SPI.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/u-boot/u-boot-1.3.2/boc01/001_01_u-boot-1.3.2_SPI.patch b/packages/u-boot/u-boot-1.3.2/boc01/001_01_u-boot-1.3.2_SPI.patch index 36c3b9fe2f..183cf49395 100644 --- a/packages/u-boot/u-boot-1.3.2/boc01/001_01_u-boot-1.3.2_SPI.patch +++ b/packages/u-boot/u-boot-1.3.2/boc01/001_01_u-boot-1.3.2_SPI.patch @@ -1,7 +1,7 @@ Index: u-boot-1.3.2/board/freescale/mpc8313erdb/mpc8313erdb.c =================================================================== ---- u-boot-1.3.2.orig/board/freescale/mpc8313erdb/mpc8313erdb.c 2008-03-09 16:20:02.000000000 +0100 -+++ u-boot-1.3.2/board/freescale/mpc8313erdb/mpc8313erdb.c 2008-11-21 15:19:42.000000000 +0100 +--- u-boot-1.3.2.orig/board/freescale/mpc8313erdb/mpc8313erdb.c 2008-11-24 16:34:21.000000000 +0100 ++++ u-boot-1.3.2/board/freescale/mpc8313erdb/mpc8313erdb.c 2008-11-24 16:44:59.000000000 +0100 @@ -28,6 +28,7 @@ #endif #include <pci.h> @@ -46,18 +46,18 @@ Index: u-boot-1.3.2/board/freescale/mpc8313erdb/mpc8313erdb.c + Index: u-boot-1.3.2/include/configs/MPC8313ERDB.h =================================================================== ---- u-boot-1.3.2.orig/include/configs/MPC8313ERDB.h 2008-11-21 15:18:35.000000000 +0100 -+++ u-boot-1.3.2/include/configs/MPC8313ERDB.h 2008-11-21 15:19:42.000000000 +0100 -@@ -369,6 +369,7 @@ - #define CONFIG_CMD_DATE +--- u-boot-1.3.2.orig/include/configs/MPC8313ERDB.h 2008-11-24 16:44:55.000000000 +0100 ++++ u-boot-1.3.2/include/configs/MPC8313ERDB.h 2008-11-24 16:45:26.000000000 +0100 +@@ -370,6 +370,7 @@ #define CONFIG_CMD_PCI #define CONFIG_CMD_NAND + #define CONFIG_CMD_JFFS2 +#define CONFIG_CMD_SPI #if defined(CFG_RAMBOOT) #undef CONFIG_CMD_ENV -@@ -378,6 +379,11 @@ - #define CONFIG_CMDLINE_EDITING 1 +@@ -387,6 +388,11 @@ + #define MTDPARTS_DEFAULT "mtdparts=physmap-flash.0:384k(uboot),64k(env)" +/* SPI */ |