diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-08 00:31:00 +0200 |
---|---|---|
committer | Michael Niewöhner <c0d3z3r0@review.coreboot.org> | 2020-07-10 23:58:44 +0000 |
commit | 000784bc84d898ea6f93608005f1c2d9c5f6f1d7 (patch) | |
tree | a7e181f75b4954e1147661e805f69023223f19bf | |
parent | 93fe3727e0ef0762382c694134af2279b2ede37d (diff) | |
download | coreboot-000784bc84d898ea6f93608005f1c2d9c5f6f1d7.tar.xz |
nb/amd/agesa/agesa_helper.h: Drop dead code
This code is not even being build-tested. Drop it before it grows moss.
Change-Id: Icb98f3535f6c5f51081fc82262f6413f4b1a5733
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43261
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Michael Niewöhner
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/northbridge/amd/agesa/agesa_helper.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/northbridge/amd/agesa/agesa_helper.h b/src/northbridge/amd/agesa/agesa_helper.h index 8d229b1eb7..120e74a71a 100644 --- a/src/northbridge/amd/agesa/agesa_helper.h +++ b/src/northbridge/amd/agesa/agesa_helper.h @@ -30,13 +30,8 @@ void EmptyHeap(void); #define BSP_STACK_BASE_ADDR 0x30000 -#if 1 /* This covers node 0 only. */ #define HIGH_ROMSTAGE_STACK_SIZE (0x48000 - BSP_STACK_BASE_ADDR) -#else -/* This covers total of 8 nodes. */ -#define HIGH_ROMSTAGE_STACK_SIZE (0xA0000 - BSP_STACK_BASE_ADDR) -#endif #define HIGH_MEMORY_SCRATCH 0x30000 |