mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
Revert "arm: mach-k3: common: don't reconfigure background firewalls"
This reverts commit b8ebf24e7f
.
This patch seems to be fundamentally wrong and requires a different way
on how the background firewalls should be configured so revert the patch
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
This commit is contained in:
parent
e45fcb0e76
commit
2a7ab9982c
2 changed files with 1 additions and 8 deletions
|
@ -580,10 +580,7 @@ void remove_fwl_configs(struct fwl_data *fwl_data, size_t fwl_data_size)
|
|||
|
||||
fwl_ops->get_fwl_region(ti_sci, ®ion);
|
||||
|
||||
/* Don't disable the background regions */
|
||||
if (region.control != 0 &&
|
||||
((region.control & K3_BACKGROUND_FIREWALL_BIT) ==
|
||||
0)) {
|
||||
if (region.control != 0) {
|
||||
pr_debug("Attempting to disable firewall %5d (%25s)\n",
|
||||
region.fwl_id, fwl_data[i].name);
|
||||
region.control = 0;
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
#include <asm/armv7_mpu.h>
|
||||
#include <asm/hardware.h>
|
||||
|
||||
#define J721E 0xbb64
|
||||
#define J7200 0xbb6d
|
||||
#define K3_BACKGROUND_FIREWALL_BIT BIT(8)
|
||||
|
||||
struct fwl_data {
|
||||
const char *name;
|
||||
u16 fwl_id;
|
||||
|
|
Loading…
Add table
Reference in a new issue