aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3/common.h
diff options
context:
space:
mode:
authorDave Gerlach <d-gerlach@ti.com>2020-07-15 23:40:04 -0500
committerSimon Glass <sjg@chromium.org>2020-07-25 14:46:57 -0600
commit5ab71ea4b18dce9fe5599075c4309ea39b62954f (patch)
treeee3be63d86aa6e89cf9ac66678b2fa4eedeebf3c /arch/arm/mach-k3/common.h
parent29eb1c4aa6a0fa0894cb76db9d24642fda6dae0b (diff)
downloadu-boot-5ab71ea4b18dce9fe5599075c4309ea39b62954f.zip
u-boot-5ab71ea4b18dce9fe5599075c4309ea39b62954f.tar.gz
u-boot-5ab71ea4b18dce9fe5599075c4309ea39b62954f.tar.bz2
arm: mach-k3: Use SOC driver for device identification
Make use of UCLASS_SOC to find device family and revision for print_cpuinfo. Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Diffstat (limited to 'arch/arm/mach-k3/common.h')
-rw-r--r--arch/arm/mach-k3/common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-k3/common.h b/arch/arm/mach-k3/common.h
index 94cdcb5..ba344c5 100644
--- a/arch/arm/mach-k3/common.h
+++ b/arch/arm/mach-k3/common.h
@@ -8,12 +8,6 @@
#include <asm/armv7_mpu.h>
-#define AM65X 0xbb5a
-#define J721E 0xbb64
-
-#define REV_PG1_0 0
-#define REV_PG2_0 1
-
struct fwl_data {
const char *name;
u16 fwl_id;