diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-11-23 07:59:31 +0100 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-11-23 08:26:22 +0100 |
commit | f8db1e0805b39faafb32ff00f6116601b48e5783 (patch) | |
tree | 7cba72666ebebdc85e6b87dc200bca43e076b09a | |
parent | 5c698d6c0262350c63d7284d34a74f7424ea13f2 (diff) |
u-boot-2009.03: disable features to fit size requirements for hipox machine
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
-rw-r--r-- | recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch | 2 | ||||
-rw-r--r-- | recipes/u-boot/u-boot-2009.03/hipox/02-hipox-enable-mmu.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch b/recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch index d14cb52f5f..5b91d28da3 100644 --- a/recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch +++ b/recipes/u-boot/u-boot-2009.03/hipox/00-hipox.patch @@ -6348,7 +6348,7 @@ diff -Nurd u-boot-2009.03.orig/include/configs/hipox.h u-boot-2009.03/include/co + +#define CONFIG_CMD_DHCP +#define CONFIG_CMD_DIAG -+#define CONFIG_CMD_PING ++//#define CONFIG_CMD_PING + +/** + * Architecture diff --git a/recipes/u-boot/u-boot-2009.03/hipox/02-hipox-enable-mmu.patch b/recipes/u-boot/u-boot-2009.03/hipox/02-hipox-enable-mmu.patch index b7ddf27d27..e256c17fea 100644 --- a/recipes/u-boot/u-boot-2009.03/hipox/02-hipox-enable-mmu.patch +++ b/recipes/u-boot/u-boot-2009.03/hipox/02-hipox-enable-mmu.patch @@ -274,7 +274,7 @@ diff -Nurd u-boot-2009.03.orig/include/configs/hipox.h u-boot-2009.03/include/co @@ -34,6 +34,7 @@ #define CONFIG_CMD_DHCP #define CONFIG_CMD_DIAG - #define CONFIG_CMD_PING + //#define CONFIG_CMD_PING +#define CONFIG_CMD_CACHE /** |