* [U-Boot] [PATCH] configs: iocon: Enabling CONFIG_CMD_FPGAD again
@ 2014-06-16 22:36 Michal Simek
2014-06-18 17:35 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2014-06-16 22:36 UTC (permalink / raw)
To: u-boot
Revert changes in iocon.h config file caused by
these two commits:
"configs: iocom: Fix typo on CMD_FPGA command"
(sha1: d0db28f94034ef02c1d6737895766fb3c19de47f)
and
"fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMK"
(sha1: 64e809afeaf1572c3246a5bca198a77d0498fd89)
CONFIG_CMD_FPGAD is own command.
Reported-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---
include/configs/iocon.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/configs/iocon.h b/include/configs/iocon.h
index 79c4736bc5df..f36c2a3504e4 100644
--- a/include/configs/iocon.h
+++ b/include/configs/iocon.h
@@ -62,8 +62,7 @@
* Commands additional to the ones defined in amcc-common.h
*/
#define CONFIG_CMD_CACHE
-#define CONFIG_CMD_FPGA
-#define CONFIG_CMD_FPGA_LOADMK
+#define CONFIG_CMD_FPGAD
#undef CONFIG_CMD_EEPROM
/*
--
1.8.2.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140617/b1174f46/attachment.pgp>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] configs: iocon: Enabling CONFIG_CMD_FPGAD again
2014-06-16 22:36 [U-Boot] [PATCH] configs: iocon: Enabling CONFIG_CMD_FPGAD again Michal Simek
@ 2014-06-18 17:35 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2014-06-18 17:35 UTC (permalink / raw)
To: u-boot
On Tue, Jun 17, 2014 at 12:36:14AM +0200, Michal Simek wrote:
> Revert changes in iocon.h config file caused by
> these two commits:
> "configs: iocom: Fix typo on CMD_FPGA command"
> (sha1: d0db28f94034ef02c1d6737895766fb3c19de47f)
> and
> "fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMK"
> (sha1: 64e809afeaf1572c3246a5bca198a77d0498fd89)
>
> CONFIG_CMD_FPGAD is own command.
>
> Reported-by: Dirk Eibach <dirk.eibach@gdsys.cc>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140618/cdc7d80f/attachment.pgp>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-18 17:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16 22:36 [U-Boot] [PATCH] configs: iocon: Enabling CONFIG_CMD_FPGAD again Michal Simek
2014-06-18 17:35 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox