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:
parent
e50952f532
commit
b77a73e40b
|
@ -27,7 +27,7 @@ SECTIONS
|
||||||
{
|
{
|
||||||
. = CONFIG_ROMBASE;
|
. = CONFIG_ROMBASE;
|
||||||
|
|
||||||
/* cut _start into last 64k*/
|
/* cut _start into last 64k */
|
||||||
_x = .;
|
_x = .;
|
||||||
. = (_x < CONFIG_ROMBASE) ? (CONFIG_ROMBASE) : _x;
|
. = (_x < CONFIG_ROMBASE) ? (CONFIG_ROMBASE) : _x;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue