Re: [U-Boot] [PATCH 17/23] MIPS: Make CM GCR base configurable

2016-09-27 Thread Daniel Schwierzeck
2016-09-26 20:29 GMT+02:00 Paul Burton : > Without adding a prompt for CONFIG_MIPS_CM_BASE, Kconfig doesn't allow > defconfigs to set it. Provide the prompt in order to allow for that. > > Signed-off-by: Paul Burton > --- > > arch/mips/Kconfig | 3

[U-Boot] [PATCH 17/23] MIPS: Make CM GCR base configurable

2016-09-26 Thread Paul Burton
Without adding a prompt for CONFIG_MIPS_CM_BASE, Kconfig doesn't allow defconfigs to set it. Provide the prompt in order to allow for that. Signed-off-by: Paul Burton --- arch/mips/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git