]> git.sur5r.net Git - openocd/commitdiff
atsamv: Support for ATSAMS70N19 Memory Configuration
authorGabrielle Trotter <gtrotter@bulogics.com>
Fri, 21 Oct 2016 19:35:08 +0000 (15:35 -0400)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sun, 30 Oct 2016 20:21:53 +0000 (20:21 +0000)
Change-Id: I3c17fcb7ee053f92aa583149bea7b8e33b3b86f7
Signed-off-by: gtrotter@bulogics.com
Reviewed-on: http://openocd.zylin.com/3834
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/flash/nor/atsamv.c

index d21419d09cb6eac8daf95b45efadb04a50b66ffd..73f02389618b60de5067720e99ad4ff63d0a6ef7 100644 (file)
@@ -363,6 +363,9 @@ static int samv_probe(struct flash_bank *bank)
 
        uint8_t nvm_size_code = (device_id >> 8) & 0xf;
        switch (nvm_size_code) {
+               case 10:
+                       bank->size = 512 * 1024;
+                       break;
                case 12:
                        bank->size = 1024 * 1024;
                        break;