Skip to content
  • Max Filippov's avatar
    xtensa: disable MMU initialization option on MMUv2 cores · a4c6be5a
    Max Filippov authored
    
    
    MMU initialization option is currently ignored on MMUv2 cores, but it is
    used in Kconfig to select kernel load and start addresses. This choice
    is not available for MMUv2 cores as they have hardwired TLB entries.
    Disable MMU initialization option for known MMUv2 cores so that they get
    correct kernel load/start address by default.
    This fixes the default allmodconfig build.
    
    Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
    a4c6be5a