flash/nor/kinetis: use target_get_working_area_avail()
authorTomas Vanek <vanekt@fbl.cz>
Thu, 2 Jul 2020 07:33:57 +0000 (09:33 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Mon, 13 Jul 2020 18:27:45 +0000 (19:27 +0100)
commit8d7ca437754e2bd5774dd3543ec23b5b3a32fbb2
tree45a127eb0cda5833e4446ad1d7efa42a9050a0bc
parente8cfdd4a7208c4c2e7713eff46edecb4abbe37d6
flash/nor/kinetis: use target_get_working_area_avail()

Since e22c6484eaedd56d71 the trial/error allocation shows
"not enough working area available(requested 2048)" message
on klx.cfg. The message is not clear if it means a problem or not.

Replace with new style allocation using target_get_working_area_avail()

Change-Id: I87fe1e38248fcac29982b72aaba12217a0552f38
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: http://openocd.zylin.com/5752
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
src/flash/nor/kinetis.c