Comment 3 for bug 1059866

Revision history for this message
Andrey Danin (danindrey) wrote :

ac100 kernel tree (marvin24's)
https://gitorious.org/~marvin24/ac100/marvin24s-kernel/commits/l4t-r16-ac100

avp related commit:
https://gitorious.org/~marvin24/ac100/marvin24s-kernel/commit/925a5b3d7ab784fc50b4d1edc4a78fa064e7eb0e

CONFIG_TEGRA_AVP_KERNEL_ON_MMU is enabled automatically during make paz00_defconfig call :
% grep AVP_KERNEL_ON_MMU arch/arm/configs/paz00_defconfig
% make ARCH=arm paz00_defconfig
% grep TEGRA_AVP_KERNEL_ON_MMU .config
CONFIG_TEGRA_AVP_KERNEL_ON_MMU=y

% cat ./arch/arm/mach-tegra/Kconfig
...
config TEGRA_AVP_KERNEL_ON_MMU
        bool "Use AVP MMU to relocate AVP kernel"
        depends on ARCH_TEGRA_2x_SOC
        default y
        help
          Use AVP MMU to relocate AVP kernel (nvrm_avp.bin).
...