From: Michael McMaster Date: Sat, 15 Feb 2020 05:04:51 +0000 (+1000) Subject: Fix regression preventing some machines from booting X-Git-Tag: v6.3.0~1 X-Git-Url: http://git.codesrc.com/gitweb.cgi?a=commitdiff_plain;h=290bfe9f5d1a47305f41d89843c517ba1044e5bc;p=SCSI2SD-V6.git Fix regression preventing some machines from booting --- diff --git a/CHANGELOG b/CHANGELOG index 3e76dc95..dc03ecfd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +20200215 6.3.0 + - Fix regression preventing some machines from booting + (minor change but ran out of numbers) + 20200130 6.2.15 - Fix issue writing more than 512kb of data in one write command (bug introduced 6.2.7) diff --git a/rtl/fpga_bitmap.o b/rtl/fpga_bitmap.o index e351fea8..de1da7c8 100644 Binary files a/rtl/fpga_bitmap.o and b/rtl/fpga_bitmap.o differ diff --git a/src/firmware/config.c b/src/firmware/config.c index 929921a9..ce771ef7 100755 --- a/src/firmware/config.c +++ b/src/firmware/config.c @@ -37,7 +37,7 @@ #include -static const uint16_t FIRMWARE_VERSION = 0x062F; +static const uint16_t FIRMWARE_VERSION = 0x0630; // Optional static config extern uint8_t* __fixed_config;