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>
This commit is contained in:
parent
93fe3727e0
commit
000784bc84
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue