diff --git a/m1/patches/rtems/series b/m1/patches/rtems/series index ec2fcfd..6bead98 100644 --- a/m1/patches/rtems/series +++ b/m1/patches/rtems/series @@ -19,9 +19,9 @@ # fix-ftpd-root.patch - applied 2012-02-02 # mem-fixes.patch - fixed 2012-02-02 # fix-the-vga-vsync-pulses.patch- applied 2012-03-04 -fix-dns-in-dhcp.patch # https://www.rtems.org/bugzilla/show_bug.cgi?id=1841 -export-shell-fns.patch # https://www.rtems.org/bugzilla/show_bug.cgi?id=2030 -bootp-dhcp-cleanup.patch # https://www.rtems.org/bugzilla/show_bug.cgi?id=2031 +# fix-dns-in-dhcp.patch - applied 2012-05-22 +# bootp-dhcp-cleanup.patch - applied 2012-05-22 # usb-firmware-ioctl.patch - applied 2012-03-04 # fix-pmem-size.patch - applied 2012-03-06 -milkymist-audio-add-support-mic-boost.patch +# milkymist-audio-add-support-mic-boost.patch - applied 2012-07-09 +export-shell-fns.patch # https://www.rtems.org/bugzilla/show_bug.cgi?id=2030 diff --git a/m1/tools/m1nor b/m1/tools/m1nor index 0993da7..76ff895 100755 --- a/m1/tools/m1nor +++ b/m1/tools/m1nor @@ -100,6 +100,9 @@ endian big EOF for n in "$@"; do classify "$n" + if [ "$off" == "0xd20000" ]; then + echo eraseflash 0xd20000 151 + fi echo flashmem "$off" "$n" noverify done echo lockflash 0 55