From d355df287046459baa47618828f59e243d0fae77 Mon Sep 17 00:00:00 2001 From: Ed Sutter Date: Wed, 5 Aug 2015 20:50:11 -0400 Subject: target version should be zero until port is completed --- ports/beagleboneblack/target_version.h | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/ports/beagleboneblack/target_version.h b/ports/beagleboneblack/target_version.h index 4abd503..8bb7175 100644 --- a/ports/beagleboneblack/target_version.h +++ b/ports/beagleboneblack/target_version.h @@ -1,17 +1,7 @@ /* target_version.h: - * Initial version for all ports is zero. As the TARGET_VERSION incrments + * Initial version for all ports is zero. The TARGET_VERSION increments * as a result of changes made to the target-specific code, this file should * be used as an informal log of those changes for easy reference by others. - * - * 0: UART/DRAM/FLASH/TFS working through BDI2000 - * 0->1: Boots from flash (without bdi2000), sleep delay adjusted. - * 1->2: Ethernet added. - * 2->3: LCD interface added. - * 3->4: Flash driver fix, enabled INCLUDE_HWTMR, and added show_version(), - * and the splash screen is loaded from TFS. - * 4->5: Added support for the FBI (frame buffer) interface, and hard-reset. - * 5->6: Speedup (clock configuration) provided by Luis; also changed - * cpuio.c so that SPI-mode of the touch-screen interface now works. */ -#define TARGET_VERSION 6 +#define TARGET_VERSION 0 -- cgit v1.2.3