diff options
author | Holger Brunck <holger.brunck@hitachienergy.com> | 2022-12-02 18:22:43 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-12 16:51:00 -0500 |
commit | aeb13924f4579bd200d538fcb82628101822a833 (patch) | |
tree | a7096081a780e5a5b8d474f81e128681c9789d13 | |
parent | 31464f9455ca16b6dd98e5469213c33d78fc0137 (diff) |
km/mpc8360: remove unused CONFIG_SYS_PAXE defines
These are unused defines and can be dropped.
Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>
-rw-r--r-- | include/configs/km/km-mpc8360.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/km/km-mpc8360.h b/include/configs/km/km-mpc8360.h index 5c9f912383..04d3d352ee 100644 --- a/include/configs/km/km-mpc8360.h +++ b/include/configs/km/km-mpc8360.h @@ -66,9 +66,3 @@ #define CFG_SYS_DDR_TIMING_3 0x00000000 -/* EEprom support */ - -/* - * PAXE on the local bus CS3 - */ -#define CFG_SYS_PAXE_BASE 0xA0000000 |