]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: j7200: Remove HBMC_AM654 config
authorNishanth Menon <nm@ti.com>
Sat, 4 Nov 2023 07:21:48 +0000 (02:21 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Nov 2023 17:04:14 +0000 (12:04 -0500)
commit53ffd00780d2ede4674138039e04c0cc4be1197c
tree557393d77e0b33765b5e6dc7ac606cd034e03c16
parentc36377d09ed4dcd9f7cbde0c524c4b623a55083d
configs: j7200: Remove HBMC_AM654 config

Kernel commit 1b77265626a4 ("arm64: dts: ti: k3-j7200-mcu-wakeup: Add
HyperBus node") was merged to kernel without its dependent patch [1].
Similar fix is needed in U-Boot, and hbmc currently breaks boot. Till
this gets fixed in U-Boot, disable the config by default so that the
hbmc probe that happens in board/ti/j721e/evm.c will not take place
and lead to boot failure.

This is similar to the approach in commit 5b2671594b80 ("configs:
j721e: Remove HBMC_AM654 config"), introduced to j7200 evm platform.

[1] https://lore.kernel.org/all/20230424184810.29453-1-afd@ti.com/

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
configs/j7200_evm_a72_defconfig
configs/j7200_evm_r5_defconfig