public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ppc4xx: alpr: Remove some not needed commands to make image fit again
@ 2009-12-16  8:27 Stefan Roese
  2009-12-21  9:28 ` Stefan Roese
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Roese @ 2009-12-16  8:27 UTC (permalink / raw)
  To: u-boot

The latest changes increased the size of the alpr image a bit more.
Now it doesn't fit into the 256k reserved for it. This patch now removes
the commands "ping" and "diag" which are not needed in the production
systems.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
---
 include/configs/alpr.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/configs/alpr.h b/include/configs/alpr.h
index 964630f..0fed9ad 100644
--- a/include/configs/alpr.h
+++ b/include/configs/alpr.h
@@ -232,7 +232,6 @@
 #include <config_cmd_default.h>
 
 #define CONFIG_CMD_DHCP
-#define CONFIG_CMD_DIAG
 #define CONFIG_CMD_EEPROM
 #define CONFIG_CMD_FPGA
 #define CONFIG_CMD_I2C
@@ -240,7 +239,6 @@
 #define CONFIG_CMD_NAND
 #define CONFIG_CMD_NET
 #define CONFIG_CMD_PCI
-#define CONFIG_CMD_PING
 #undef CONFIG_CMD_NFS
 
 #undef CONFIG_WATCHDOG			/* watchdog disabled		*/
-- 
1.6.6.rc2

^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [U-Boot] [PATCH] ppc4xx: alpr: Remove some not needed commands to make image fit again
@ 2010-04-08  7:34 Stefan Roese
  2010-04-08  7:37 ` Pieter Voorthuijsen
  2010-04-14  8:27 ` Stefan Roese
  0 siblings, 2 replies; 8+ messages in thread
From: Stefan Roese @ 2010-04-08  7:34 UTC (permalink / raw)
  To: u-boot

The latest changes increased the size of the alpr image a bit more.
Now it doesn't fit into the 256k reserved for it. This patch now removes
the commands "loads" and "loadb" which are not needed in the production
systems.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
---
 include/configs/alpr.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/include/configs/alpr.h b/include/configs/alpr.h
index f2392f6..ee0c14d 100644
--- a/include/configs/alpr.h
+++ b/include/configs/alpr.h
@@ -236,11 +236,13 @@
 #define CONFIG_CMD_EEPROM
 #define CONFIG_CMD_FPGA
 #define CONFIG_CMD_I2C
+#undef CONFIG_CMD_LOADB
+#undef CONFIG_CMD_LOADS
 #define CONFIG_CMD_MII
 #define CONFIG_CMD_NAND
 #define CONFIG_CMD_NET
-#define CONFIG_CMD_PCI
 #undef CONFIG_CMD_NFS
+#define CONFIG_CMD_PCI
 
 #undef CONFIG_WATCHDOG			/* watchdog disabled		*/
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [U-Boot] [PATCH] ppc4xx: alpr: Remove some not needed commands to make image fit again
@ 2009-11-17 14:54 Stefan Roese
  2009-11-19 10:36 ` Stefan Roese
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Roese @ 2009-11-17 14:54 UTC (permalink / raw)
  To: u-boot

The latest changes in the u-boot/next branch increased the size of the
alpr image a bit more. Now it doesn't fit into the 256k reserved for it.
This patch now removes the commands "askenv" and "irq" which are not
needed in the production systems.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
---
 include/configs/alpr.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/configs/alpr.h b/include/configs/alpr.h
index e6248e9..964630f 100644
--- a/include/configs/alpr.h
+++ b/include/configs/alpr.h
@@ -231,13 +231,11 @@
  */
 #include <config_cmd_default.h>
 
-#define CONFIG_CMD_ASKENV
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_DIAG
 #define CONFIG_CMD_EEPROM
 #define CONFIG_CMD_FPGA
 #define CONFIG_CMD_I2C
-#define CONFIG_CMD_IRQ
 #define CONFIG_CMD_MII
 #define CONFIG_CMD_NAND
 #define CONFIG_CMD_NET
-- 
1.6.5.2

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-04-14  8:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-16  8:27 [U-Boot] [PATCH] ppc4xx: alpr: Remove some not needed commands to make image fit again Stefan Roese
2009-12-21  9:28 ` Stefan Roese
  -- strict thread matches above, loose matches on Subject: below --
2010-04-08  7:34 Stefan Roese
2010-04-08  7:37 ` Pieter Voorthuijsen
2010-04-08  7:47   ` Stefan Roese
2010-04-14  8:27 ` Stefan Roese
2009-11-17 14:54 Stefan Roese
2009-11-19 10:36 ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox