Skip to content
Snippets Groups Projects
Commit dd2986ac authored by Tom Rini's avatar Tom Rini
Browse files

powerpc: Fix incorrect SYS_IMMR migration values


When migrating SYS_IMMR, I didn't allow for boards to provide
non-default values here.  This lead to an incorrect migration on the
platforms where CONFIG_SYS_IMMR is set to CONFIG_SYS_CCSRBAR and
CONFIG_SYS_CSSRBAR is NOT the same as CONFIG_SYS_CCSRBAR_DEFAULT.  Add
text to the prompt so that non-default values can be used and re-migrate
the platforms that have CONFIG_SYS_IMMR=CONFIG_SYS_CSSRBAR where
CONFIG_SYS_CSSRBAR != CONFIG_SYS_CCSRBAR_DEFAULT.

Fixes: be7dbb60 ("Convert CONFIG_SYS_IMMR to Kconfig")
Reported-by: default avatarPali Rohár <pali@kernel.org>
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
Tested-by: default avatarPali Rohár <pali@kernel.org>
parent 6a56fc0a
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 1 deletion
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment