summaryrefslogtreecommitdiffstats
path: root/src/build/tools
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-06-25 10:58:36 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-06-25 10:59:49 -0500
commit1b06c4f813fd7a8395ccfc93c9dea9b22dd488f1 (patch)
tree2d98b9c206fe783c153496a3091af613266e13d0 /src/build/tools
parenta34f4c58441437b2babe55502483d97eb19370ca (diff)
downloadtalos-hostboot-1b06c4f813fd7a8395ccfc93c9dea9b22dd488f1.tar.gz
talos-hostboot-1b06c4f813fd7a8395ccfc93c9dea9b22dd488f1.zip
Remove references to prebuilt eecache
These changes mistakenly got pulled in early. The will come in a commit that introduces the prebuilt eeprom cache pnor section. Change-Id: Ic0c94b42f2e3c1715318dd22f51266a8dcb0e15b Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79451 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/build/tools')
-rwxr-xr-xsrc/build/tools/hb3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/build/tools/hb b/src/build/tools/hb
index 44e0d2183..b5eb47de1 100755
--- a/src/build/tools/hb
+++ b/src/build/tools/hb
@@ -356,7 +356,6 @@ hb_simsetup()
DRIVER=`cat ${PROJECT_ROOT}/src/build/citest/etc/bbuild`
SIMICS_LEVEL=`cat ${PROJECT_ROOT}/src/build/citest/etc/simbuild`
- EECACHE_PREBUILT=`cat ${PROJECT_ROOT}/src/build/citest/etc/eecache_prebuilt`
needs_machine_variable
if [ "${MACHINE}" == "AXONE" ]; then
@@ -366,8 +365,6 @@ hb_simsetup()
execute_in_sandbox "tar -xf ${SIMICS_LEVEL} -C ${SANDBOXBASE}/simics/" "ppc"
echo "cd ${SANDBOXBASE}/simics/ && ./INSTALL.sh"
execute_in_sandbox "cd ${SANDBOXBASE}/simics/ && ./INSTALL.sh" "ppc"
- echo "cp ${EECACHE_PREBUILT} ${SANDBOXBASE}/simics/eecache_prebuilt.bin.ecc"
- execute_in_sandbox "cp ${EECACHE_PREBUILT} ${SANDBOXBASE}/simics/eecache_prebuilt.bin.ecc" "ppc"
else
execute_in_sandbox "start_simics -no_start -machine ${MACHINE}" "ppc"
fi
OpenPOWER on IntegriCloud