mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-03 08:25:25 +02:00
colognechip: fix dumpFlash: add override, remove filename param and use _filename from constructor
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ class CologneChip: public Device, SPIInterface {
|
||||
|
||||
bool cfgDone();
|
||||
void waitCfgDone();
|
||||
bool dumpFlash(const std::string &filename, uint32_t base_addr, uint32_t len);
|
||||
bool dumpFlash(uint32_t base_addr, uint32_t len) override;
|
||||
virtual bool protect_flash(uint32_t len) override {
|
||||
(void) len;
|
||||
printError("protect flash not supported"); return false;}
|
||||
|
||||
Reference in New Issue
Block a user