* [U-Boot] [PATCH] disable imls command if no flash is defined
@ 2009-01-23 18:02 Valeriy Glushkov
2009-02-17 23:41 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Valeriy Glushkov @ 2009-01-23 18:02 UTC (permalink / raw)
To: u-boot
Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
---
include/config_cmd_default.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/config_cmd_default.h b/include/config_cmd_default.h
index b556706..4ad8f36 100644
--- a/include/config_cmd_default.h
+++ b/include/config_cmd_default.h
@@ -25,7 +25,9 @@
#define CONFIG_CMD_FLASH /* flinfo, erase, protect */
#define CONFIG_CMD_FPGA /* FPGA configuration Support */
#define CONFIG_CMD_IMI /* iminfo */
+#ifndef CONFIG_SYS_NO_FLASH
#define CONFIG_CMD_IMLS /* List all found images */
+#endif
#define CONFIG_CMD_ITEST /* Integer (and string) test */
#define CONFIG_CMD_LOADB /* loadb */
#define CONFIG_CMD_LOADS /* loads */
--
1.5.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] disable imls command if no flash is defined
2009-01-23 18:02 [U-Boot] [PATCH] disable imls command if no flash is defined Valeriy Glushkov
@ 2009-02-17 23:41 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2009-02-17 23:41 UTC (permalink / raw)
To: u-boot
Dear Valeriy Glushkov,
In message <12327337373498-git-send-email-gvv@lstec.com> you wrote:
> Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
>
> Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
> ---
> include/config_cmd_default.h | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Without facts, the decision cannot be made logically. You must rely
on your human intuition.
-- Spock, "Assignment: Earth", stardate unknown
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-17 23:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-23 18:02 [U-Boot] [PATCH] disable imls command if no flash is defined Valeriy Glushkov
2009-02-17 23:41 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox