Author: wmb Date: Tue Mar 27 22:15:50 2012 New Revision: 2923 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2923
Log: Fix nandblaster build errors introduced by recent client library declaration changes.
Modified: cpu/arm/olpc/1.75/mcnand-version.fth cpu/arm/olpc/3.0/mcnand-version.fth cpu/x86/pc/olpc/versions.fth cpu/x86/pc/olpc/via/mcnand-version.fth
Modified: cpu/arm/olpc/1.75/mcnand-version.fth ============================================================================== --- cpu/arm/olpc/1.75/mcnand-version.fth Tue Mar 27 22:00:03 2012 (r2922) +++ cpu/arm/olpc/1.75/mcnand-version.fth Tue Mar 27 22:15:50 2012 (r2923) @@ -3,6 +3,6 @@ \ With a specific ID, mcastnand.bth will download a tarball without .git stuff. \ With "test", mcastnand.bth will clone the git head if build/multicast-nand/ \ is not already present, then you can modify the git subtree as needed. -macro: MCNAND_VERSION 9542feb +macro: MCNAND_VERSION 732fc96 \ macro: MCNAND_VERSION test \ macro: MCNAND_VERSION HEAD
Modified: cpu/arm/olpc/3.0/mcnand-version.fth ============================================================================== --- cpu/arm/olpc/3.0/mcnand-version.fth Tue Mar 27 22:00:03 2012 (r2922) +++ cpu/arm/olpc/3.0/mcnand-version.fth Tue Mar 27 22:15:50 2012 (r2923) @@ -3,6 +3,6 @@ \ With a specific ID, mcastnand.bth will download a tarball without .git stuff. \ With "test", mcastnand.bth will clone the git head if build/multicast-nand/ \ is not already present, then you can modify the git subtree as needed. -macro: MCNAND_VERSION 9542feb +macro: MCNAND_VERSION 732fc96 \ macro: MCNAND_VERSION test \ macro: MCNAND_VERSION HEAD
Modified: cpu/x86/pc/olpc/versions.fth ============================================================================== --- cpu/x86/pc/olpc/versions.fth Tue Mar 27 22:00:03 2012 (r2922) +++ cpu/x86/pc/olpc/versions.fth Tue Mar 27 22:15:50 2012 (r2923) @@ -26,6 +26,6 @@ \ With a specific ID, mcastnand.bth will download a tarball without .git stuff. \ With "test", mcastnand.bth will clone the git head if build/multicast-nand/ \ is not already present, then you can modify the git subtree as needed. -macro: MCNAND_VERSION 9542feb +macro: MCNAND_VERSION 732fc96 \ macro: MCNAND_VERSION test \ macro: MCNAND_VERSION HEAD
Modified: cpu/x86/pc/olpc/via/mcnand-version.fth ============================================================================== --- cpu/x86/pc/olpc/via/mcnand-version.fth Tue Mar 27 22:00:03 2012 (r2922) +++ cpu/x86/pc/olpc/via/mcnand-version.fth Tue Mar 27 22:15:50 2012 (r2923) @@ -3,6 +3,6 @@ \ With a specific ID, mcastnand.bth will download a tarball without .git stuff. \ With "test", mcastnand.bth will clone the git head if build/multicast-nand/ \ is not already present, then you can modify the git subtree as needed. -macro: MCNAND_VERSION 9542feb +macro: MCNAND_VERSION 732fc96 \ macro: MCNAND_VERSION test \ macro: MCNAND_VERSION HEAD