Minor cosmetics (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2696 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
4adc7421f5
commit
da0eec07fb
|
@ -448,7 +448,8 @@ int main(int argc, char *argv[])
|
|||
// ////////////////////////////////////////////////////////////
|
||||
if (exclude_end_position - exclude_start_position > 0)
|
||||
memcpy(buf + exclude_start_position,
|
||||
(const char *)flash->virtual_memory + exclude_start_position,
|
||||
(const char *)flash->virtual_memory +
|
||||
exclude_start_position,
|
||||
exclude_end_position - exclude_start_position);
|
||||
|
||||
exclude_start_page = exclude_start_position / flash->page_size;
|
||||
|
|
Loading…
Reference in New Issue