Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fpga: Use enum for bitstream command types | Michal Simek | 2017-01-10 | -9/+11 |
| | | | | | | | Using enum simplify handling of different bitstream command types. Signed-off-by: Michal Simek <michal.simek@xilinx.com> | |||
* | fpga: Fix compilation warnings | Michal Simek | 2016-01-27 | -4/+4 |
| | | | | Signed-off-by: Michal Simek <michal.simek@xilinx.com> | |||
* | Remove the cmd_ prefix from command files | Simon Glass | 2016-01-25 | -0/+376 |
Now that they are in their own directory, we can remove this prefix. This makes it easier to find a file since the prefix does not get in the way. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de> Acked-by: Stefan Roese <sr@denx.de> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com> |