Author: quozl Date: Mon Sep 10 13:33:13 2012 New Revision: 3301 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3301
Log: Q7A14
Modified: cpu/arm/olpc/cl4/fw-version.fth
Modified: cpu/arm/olpc/cl4/fw-version.fth ============================================================================== --- cpu/arm/olpc/cl4/fw-version.fth Mon Sep 10 10:39:51 2012 (r3300) +++ cpu/arm/olpc/cl4/fw-version.fth Mon Sep 10 13:33:13 2012 (r3301) @@ -1,11 +1,10 @@ \ The overall firmware revision macro: FW_PREFIX Q7 macro: FW_MAJOR A -macro: FW_MINOR 13 +macro: FW_MINOR 14
\ Create a 2-character build/fw-suffix file to personalize your test builds " fw-suffix" $file-exists? [if] " fw-suffix" $read-file 2 min " ${FW_MINOR}%s" expand$ sprintf " FW_MINOR" $set-macro [then] -
openfirmware@openfirmware.info