aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/nb_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/amd/agesa/nb_common.h')
-rw-r--r--src/northbridge/amd/agesa/nb_common.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/northbridge/amd/agesa/nb_common.h b/src/northbridge/amd/agesa/nb_common.h
deleted file mode 100644
index 66fbf92694..0000000000
--- a/src/northbridge/amd/agesa/nb_common.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef __AMD_NB_COMMON_H__
-#define __AMD_NB_COMMON_H__
-
-#define HT_IO_HOST_ALIGN 4096
-#define HT_MEM_HOST_ALIGN (1024 * 1024)
-
-#define DEV_CDB 0x18
-
-#endif