Joe Rosato

Results 2 issues of Joe Rosato

Line 39: dbu() {docker build -t=$1 .;} should have spaces on inside of the braces dbu() { docker build -t=$1 .; }

Recently used this on [MX25L3233F](https://www.macronix.com/Lists/Datasheet/Attachments/8933/MX25L3233F,%203V,%2032Mb,%20v1.7.pdf), and determined it works with 0x700 by adding it to case statement lookup_rompar. Wanted to add a pull request if I can, to add this...