diff options
author | Peter A. Bigot <pab@pabigot.com> | 2015-11-12 05:03:39 -0600 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2016-02-27 22:04:11 +0000 |
commit | 401a2b487613be8f2f39d07a900235dd94d9d73f (patch) | |
tree | be034d4f37a60f59ad7fc51c64d190c6c67c3116 /src | |
parent | ca86cd6128b6b2753d4881dba2142179d56c454e (diff) |
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')
-rw-r--r-- | src/flash/nor/nrf51.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/flash/nor/nrf51.c b/src/flash/nor/nrf51.c index 65ad33de..f078cc3c 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", |