Skip to content

Commit

Permalink
Remove references to prebuilt eecache
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
crgeddes committed Jun 25, 2019
1 parent a34f4c5 commit 1b06c4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/build/tools/hb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1b06c4f

Please sign in to comment.