aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2015-11-12 05:03:39 -0600
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2016-02-27 22:04:11 +0000
commit401a2b487613be8f2f39d07a900235dd94d9d73f (patch)
treebe034d4f37a60f59ad7fc51c64d190c6c67c3116 /src/flash/nor
parentca86cd6128b6b2753d4881dba2142179d56c454e (diff)
downloadriscv-openocd-401a2b487613be8f2f39d07a900235dd94d9d73f.zip
riscv-openocd-401a2b487613be8f2f39d07a900235dd94d9d73f.tar.gz
riscv-openocd-401a2b487613be8f2f39d07a900235dd94d9d73f.tar.bz2
nrf51: move table entry for hwid 0084 to correct MCU section
This is a nRF51822 variant, not a nRF51422 variant. Change-Id: Ia199e0afa39408d7391a9655bad47eba2fd85f14 Signed-off-by: Peter A. Bigot <pab@pabigot.com> Reviewed-on: http://openocd.zylin.com/3105 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'src/flash/nor')
-rw-r--r--src/flash/nor/nrf51.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/flash/nor/nrf51.c b/src/flash/nor/nrf51.c
index 65ad33d..f078cc3 100644
--- a/src/flash/nor/nrf51.c
+++ b/src/flash/nor/nrf51.c
@@ -237,6 +237,12 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = {
.flash_size_kb = 256,
},
{
+ .hwid = 0x0084,
+ .variant = "QFAC",
+ .build_code = "A1",
+ .flash_size_kb = 256,
+ },
+ {
.hwid = 0x007D,
.variant = "CDAB",
.build_code = "A0",
@@ -315,12 +321,6 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = {
.flash_size_kb = 128,
},
{
- .hwid = 0x0084,
- .variant = "QFAC",
- .build_code = "A1",
- .flash_size_kb = 256,
- },
- {
.hwid = 0x0085,
.variant = "QFAC",
.build_code = "A0",