| Age | Commit message (Collapse) | Author |
|
Globals defined in headers can result in multiple-definition errors
while linking, if they are visible beyond the current translation unit.
This hasn't been a problem for initreg.h so far, but would become a
problem in the next patch, where I use a constant from initreg.h in a
second C file.
Reviewed-by: Sinan Akman <[email protected]>
Signed-off-by: J. Neuschäfer <[email protected]>
|
|
The kmtegr1 board is out of maintenance and can be removed. As it is the
only board in the tree using MPC8309 the support for this CPU is dropped
completely.
Signed-off-by: Holger Brunck <[email protected]>
|
|
This board has not been converted to CONFIG_DM by the deadline.
Remove it.
Cc: Priyanka Jain <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
|
|
Migrate the CONFIG_LCRR_* settings to Kconfig.
Signed-off-by: Mario Six <[email protected]>
|
|
Migrate the SPCR setting to Kconfig.
Signed-off-by: Mario Six <[email protected]>
|