diff options
Diffstat (limited to 'packages/u-boot/u-boot-1.3.2/mpc8313e-rdb-nand.patch')
-rw-r--r-- | packages/u-boot/u-boot-1.3.2/mpc8313e-rdb-nand.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/u-boot/u-boot-1.3.2/mpc8313e-rdb-nand.patch b/packages/u-boot/u-boot-1.3.2/mpc8313e-rdb-nand.patch index cd84565f94..513a3b1242 100644 --- a/packages/u-boot/u-boot-1.3.2/mpc8313e-rdb-nand.patch +++ b/packages/u-boot/u-boot-1.3.2/mpc8313e-rdb-nand.patch @@ -1,7 +1,7 @@ Index: u-boot-1.3.2/board/freescale/mpc8313erdb/Makefile =================================================================== ---- u-boot-1.3.2.orig/board/freescale/mpc8313erdb/Makefile 2008-03-09 16:20:02.000000000 +0100 -+++ u-boot-1.3.2/board/freescale/mpc8313erdb/Makefile 2008-09-12 18:15:39.000000000 +0200 +--- u-boot-1.3.2.orig/board/freescale/mpc8313erdb/Makefile 2008-11-24 16:39:09.000000000 +0100 ++++ u-boot-1.3.2/board/freescale/mpc8313erdb/Makefile 2008-11-24 16:39:15.000000000 +0100 @@ -25,7 +25,7 @@ LIB = $(obj)lib$(BOARD).a @@ -14,7 +14,7 @@ Index: u-boot-1.3.2/board/freescale/mpc8313erdb/Makefile Index: u-boot-1.3.2/board/freescale/mpc8313erdb/nand.c =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ u-boot-1.3.2/board/freescale/mpc8313erdb/nand.c 2008-09-12 18:15:39.000000000 +0200 ++++ u-boot-1.3.2/board/freescale/mpc8313erdb/nand.c 2008-11-24 16:39:15.000000000 +0100 @@ -0,0 +1,868 @@ +/* + * Copyright (C) Freescale Semiconductor, Inc. 2006. @@ -886,9 +886,9 @@ Index: u-boot-1.3.2/board/freescale/mpc8313erdb/nand.c +#endif Index: u-boot-1.3.2/include/configs/MPC8313ERDB.h =================================================================== ---- u-boot-1.3.2.orig/include/configs/MPC8313ERDB.h 2008-09-12 18:15:39.000000000 +0200 -+++ u-boot-1.3.2/include/configs/MPC8313ERDB.h 2008-09-12 18:15:39.000000000 +0200 -@@ -358,6 +358,7 @@ +--- u-boot-1.3.2.orig/include/configs/MPC8313ERDB.h 2008-11-24 16:39:14.000000000 +0100 ++++ u-boot-1.3.2/include/configs/MPC8313ERDB.h 2008-11-24 16:39:15.000000000 +0100 +@@ -357,6 +357,7 @@ #define CONFIG_CMD_MII #define CONFIG_CMD_DATE #define CONFIG_CMD_PCI |