diff options
| author | Holger Brunck <[email protected]> | 2025-07-14 17:22:02 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-22 13:53:03 -0600 |
| commit | 97e71c09bd7fc89cf01735b4addb6e101041d9b1 (patch) | |
| tree | 4d076bb47f4ab380fb090162c973464d17d74493 /include/configs/km | |
| parent | b408cca7b765aa5a95fc41ad90c32685a93a08e3 (diff) | |
km: drop KM_RESERVED_PRAM
This variable is unused since we dropped the support for the Kirkwood
boards.
Signed-off-by: Holger Brunck <[email protected]>
Diffstat (limited to 'include/configs/km')
| -rw-r--r-- | include/configs/km/pg-wcom-ls102xa.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/km/pg-wcom-ls102xa.h b/include/configs/km/pg-wcom-ls102xa.h index 3a243d789c0..b6e6958599c 100644 --- a/include/configs/km/pg-wcom-ls102xa.h +++ b/include/configs/km/pg-wcom-ls102xa.h @@ -10,8 +10,7 @@ #define CFG_SYS_INIT_RAM_SIZE OCRAM_SIZE #define CFG_PRAM ((CONFIG_KM_PNVRAM + \ - CONFIG_KM_PHRAM + \ - CONFIG_KM_RESERVED_PRAM) >> 10) + CONFIG_KM_PHRAM) >> 10) #define PHYS_SDRAM 0x80000000 #define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024) |
