From: Peter A. Bigot Date: Thu, 12 Nov 2015 11:03:39 +0000 (-0600) Subject: nrf51: move table entry for hwid 0084 to correct MCU section X-Git-Tag: v0.10.0-rc1~250 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=401a2b487613be8f2f39d07a900235dd94d9d73f 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 Reviewed-on: http://openocd.zylin.com/3105 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- diff --git a/src/flash/nor/nrf51.c b/src/flash/nor/nrf51.c index 65ad33de27..f078cc3cde 100644 --- a/src/flash/nor/nrf51.c +++ b/src/flash/nor/nrf51.c @@ -236,6 +236,12 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = { .build_code = "A0", .flash_size_kb = 256, }, + { + .hwid = 0x0084, + .variant = "QFAC", + .build_code = "A1", + .flash_size_kb = 256, + }, { .hwid = 0x007D, .variant = "CDAB", @@ -314,12 +320,6 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = { .build_code = "B0", .flash_size_kb = 128, }, - { - .hwid = 0x0084, - .variant = "QFAC", - .build_code = "A1", - .flash_size_kb = 256, - }, { .hwid = 0x0085, .variant = "QFAC",