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/mpc8313e-rdb-mtdparts.patch | |
parent | 659a8173e83ead481adb7c677403427dd00ec6bf (diff) |
u-boot: add mtdparts support for boc01
Diffstat (limited to 'packages/u-boot/u-boot-1.3.2/mpc8313e-rdb-mtdparts.patch')
-rw-r--r-- | packages/u-boot/u-boot-1.3.2/mpc8313e-rdb-mtdparts.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/u-boot/u-boot-1.3.2/mpc8313e-rdb-mtdparts.patch b/packages/u-boot/u-boot-1.3.2/mpc8313e-rdb-mtdparts.patch index 1c7ccbff53..e453d0145c 100644 --- a/packages/u-boot/u-boot-1.3.2/mpc8313e-rdb-mtdparts.patch +++ b/packages/u-boot/u-boot-1.3.2/mpc8313e-rdb-mtdparts.patch @@ -1,8 +1,8 @@ Index: u-boot-1.3.2/include/configs/MPC8313ERDB.h =================================================================== ---- u-boot-1.3.2.orig/include/configs/MPC8313ERDB.h 2008-11-21 15:01:24.000000000 +0100 -+++ u-boot-1.3.2/include/configs/MPC8313ERDB.h 2008-11-21 15:01:57.000000000 +0100 -@@ -182,7 +182,7 @@ +--- u-boot-1.3.2.orig/include/configs/MPC8313ERDB.h 2008-11-24 16:38:56.000000000 +0100 ++++ u-boot-1.3.2/include/configs/MPC8313ERDB.h 2008-11-24 16:38:58.000000000 +0100 +@@ -179,7 +179,7 @@ #define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET /* CFG_MONITOR_LEN must be a multiple of CFG_ENV_SECT_SIZE */ @@ -11,7 +11,7 @@ Index: u-boot-1.3.2/include/configs/MPC8313ERDB.h #define CFG_MALLOC_LEN (512 * 1024) /* Reserved for malloc */ /* -@@ -372,6 +372,7 @@ +@@ -358,6 +358,7 @@ #define CONFIG_CMD_DATE #define CONFIG_CMD_PCI #define CONFIG_CMD_NAND @@ -19,7 +19,7 @@ Index: u-boot-1.3.2/include/configs/MPC8313ERDB.h #if defined(CFG_RAMBOOT) #undef CONFIG_CMD_ENV -@@ -380,6 +381,14 @@ +@@ -366,6 +367,14 @@ #define CONFIG_CMDLINE_EDITING 1 |