From 5043ce2874d0fb715f900cfbb3f4bb4332b5ccb4 Mon Sep 17 00:00:00 2001 From: Holger Brunck Date: Tue, 24 Jan 2023 09:42:40 +0100 Subject: km/ppc: remove km-mpc8360.h and km-mpc832x.h Next step to get rid of the header files in icnlude/configs. Move most of the defines to km83xx.c directly. Some remaining defines which should go to Kconfig are moved to km-mpc83xx.h for now. Also remove some unused defines and move one define to powerpc.env as we only need it there. Signed-off-by: Holger Brunck --- include/environment/pg-wcom/powerpc.env | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/environment') diff --git a/include/environment/pg-wcom/powerpc.env b/include/environment/pg-wcom/powerpc.env index a57fd93092d..744c07388c9 100644 --- a/include/environment/pg-wcom/powerpc.env +++ b/include/environment/pg-wcom/powerpc.env @@ -1,3 +1,5 @@ +#define BOOTFLASH_START 0xF0000000 + arch=ppc_82xx bootm_mapsize=CONFIG_SYS_BOOTM_LEN checkfdt=true -- cgit v1.2.3