comment cosmetics in bootblock.ld

Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6505 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2011-04-15 04:12:03 +00:00 committed by Stefan Reinauer
parent e50952f532
commit b77a73e40b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ SECTIONS
{
. = CONFIG_ROMBASE;
/* cut _start into last 64k*/
/* cut _start into last 64k */
_x = .;
. = (_x < CONFIG_ROMBASE) ? (CONFIG_ROMBASE) : _x;