The master cbfs record was located at the end of the flash and overwrote
authorMyles Watson <mylesgw@gmail.com>
Sat, 25 Apr 2009 12:39:04 +0000 (12:39 +0000)
committerMyles Watson <mylesgw@gmail.com>
Sat, 25 Apr 2009 12:39:04 +0000 (12:39 +0000)
commit72631a01fa42cd419f8b40351cc7306fe149e334
treefab3aade85bc7907ec688a46c63c8242419934d9
parentfe6201651233fbeff7aaef84211286e7716bf8a9
The master cbfs record was located at the end of the flash and overwrote
anything that was there.  For ck804 or mcp55-based machines that was the
romstrap.

The fix is simple:
1. Put the master cbfs record above the bootblock instead of on it.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4209 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/cbfstool/cbfstool.h
util/cbfstool/create.c
util/cbfstool/util.c