
12 May
2017
12 May
'17
11:03 p.m.
Am 12.05.2017 um 13:26 schrieb Daniel Schwierzeck:
From: Paul Burton paul.burton@imgtec.com
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 paul.burton@imgtec.com Signed-off-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Changes in v3:
- fix build error if CONFIG_MIPS_CM is not selected
Changes in v2:
- move to menu "General setup"
arch/mips/Kconfig | 19 ++++++++++--------- arch/mips/lib/cache.c | 2 ++ 2 files changed, 12 insertions(+), 9 deletions(-)
applied to u-boot-mips/master, thanks.