Remove hardcoded bootverbose=1; imx53 systems boot using loader(8) and
users can set verbose if they want to.
This commit is contained in:
parent
87b04de6cb
commit
6c23d3cf76
@ -53,10 +53,6 @@ static int
|
||||
imx53_attach(platform_t plat)
|
||||
{
|
||||
|
||||
/* XXX - Get rid of this stuff soon. */
|
||||
boothowto |= RB_VERBOSE|RB_MULTIPLE;
|
||||
bootverbose = 1;
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user