diff mbox

[U-Boot,1/6] configs: iocom: Fix typo on CMD_FPGA command

Message ID 464a9cd78a690ec46248ef0b1ccc307938d2fb52.1399037656.git.michal.simek@xilinx.com
State Accepted
Delegated to: Michal Simek
Headers show

Commit Message

Michal Simek May 2, 2014, 1:34 p.m. UTC
Fix typo in CMD_FPGA command enabling.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 include/configs/iocon.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
1.8.2.3

Comments

Dirk Eibach June 16, 2014, 8:19 a.m. UTC | #1
Argh. Just noticed this.

> Fix typo in CMD_FPGA command enabling.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>

CONFIG_CMD_FPGAD is *NOT* a typo, it is about enbaling our own FPGA
command common/cmd_fpgad.c

So NAK for this one.

As it already got pulled to rc we have to find a solution.
And there has been already a commit
(64e809afeaf1572c3246a5bca198a77d0498fd89) on top of this.

How can we get rid of this?

Cheers
Dirk
Michal Simek June 16, 2014, 10:35 p.m. UTC | #2
On 06/16/2014 10:19 AM, Dirk Eibach wrote:
> Argh. Just noticed this.
> 
>> Fix typo in CMD_FPGA command enabling.
>>
>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> 
> CONFIG_CMD_FPGAD is *NOT* a typo, it is about enbaling our own FPGA
> command common/cmd_fpgad.c
> 
> So NAK for this one.

Ah sorry for that. I missed that there is cmd_fpgad.c.
Will send fix for that.

Thanks,
Michal
diff mbox

Patch

diff --git a/include/configs/iocon.h b/include/configs/iocon.h
index f36c2a3..b32095c 100644
--- a/include/configs/iocon.h
+++ b/include/configs/iocon.h
@@ -62,7 +62,7 @@ 
  * Commands additional to the ones defined in amcc-common.h
  */
 #define CONFIG_CMD_CACHE
-#define CONFIG_CMD_FPGAD
+#define CONFIG_CMD_FPGA
 #undef CONFIG_CMD_EEPROM

 /*