altos: Remove cross-block storage I/O on cc1111
authorKeith Packard <keithp@keithp.com>
Sun, 22 Oct 2017 20:39:25 +0000 (15:39 -0500)
committerKeith Packard <keithp@keithp.com>
Sun, 22 Oct 2017 20:39:25 +0000 (15:39 -0500)
commit15af16ad21f67019065763a93d52cea6097a69d1
tree8076b92c70ec688e7960316f73f97dd4772783bc
parent749400fd244eba38806c623d2a35722642230698
altos: Remove cross-block storage I/O on cc1111

We don't ever need to be able to do storage read/write across chunks
of flash on the old cc1111 products, so remove the loops that support
it to save space.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/cc1111/Makefile.cc1111
src/kernel/ao_storage.c