From 8ed9876bf27340971b60d6fc0ca66c052164cacd Mon Sep 17 00:00:00 2001 From: Mario Six Date: Mon, 21 Jan 2019 09:18:22 +0100 Subject: keymile: Remove CONFIG_SYS_APP{1, 2}_{BASE, SIZE} CONFIG_SYS_APP1_BASE, CONFIG_SYS_APP2_BASE, CONFIG_SYS_APP1_SIZE, and CONFIG_SYS_APP2_SIZE are no longer used in the keymile config files (they were used for setting values, which were converted to Kconfig earlier in the series). Remove them from the configs and the whitelist. Signed-off-by: Mario Six --- include/configs/kmsupx5.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/kmsupx5.h') diff --git a/include/configs/kmsupx5.h b/include/configs/kmsupx5.h index 5afb969379..0dd7420e8c 100644 --- a/include/configs/kmsupx5.h +++ b/include/configs/kmsupx5.h @@ -289,9 +289,6 @@ /* EEprom support */ #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 -#define CONFIG_SYS_APP1_BASE 0xA0000000 /* PAXG */ -#define CONFIG_SYS_APP1_SIZE 256 /* Megabytes */ - /* * Init Local Bus Memory Controller: * Device on board -- cgit