keymile: Remove CONFIG_SYS_APP{1, 2}_{BASE, SIZE}
authorMario Six <mario.six@gdsys.cc>
Mon, 21 Jan 2019 08:18:22 +0000 (09:18 +0100)
committerMario Six <mario.six@gdsys.cc>
Tue, 21 May 2019 05:52:34 +0000 (07:52 +0200)
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 <mario.six@gdsys.cc>
include/configs/kmopti2.h
include/configs/kmsupx5.h
include/configs/kmtegr1.h
include/configs/kmtepr2.h
include/configs/kmvect1.h
include/configs/suvd3.h
include/configs/tuge1.h
include/configs/tuxx1.h
scripts/config_whitelist.txt

index 0094f34ef1ba8915f353677d7810ba2cbc454d42..f1b7c2f02e32df74123436acad78f65bb7aa0631 100644 (file)
 /* EEprom support */
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
 
-#define CONFIG_SYS_APP1_BASE   0xA0000000    /* PAXG */
-#define        CONFIG_SYS_APP1_SIZE    256 /* Megabytes */
-#define CONFIG_SYS_APP2_BASE   0xB0000000    /* PINC3 */
-#define        CONFIG_SYS_APP2_SIZE    256 /* Megabytes */
-
 /*
  * Init Local Bus Memory Controller:
  *                                   Device on board
index 5afb969379bfad45320ee7b297adaeb7daad5c9b..0dd7420e8c9353cedf99333ae2cb5f6180effc22 100644 (file)
 /* 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
index 4f61ed0346d59cbcd9294575fdb47aa37894cc11..8f9bbefa7fab368f40c0562d017e6caae96a984e 100644 (file)
 /* must be after the include because KMBEC_FPGA is otherwise undefined */
 #define CONFIG_SYS_NAND_BASE CONFIG_SYS_KMBEC_FPGA_BASE /* PRIO_BASE_ADDRESS */
 
-#define CONFIG_SYS_APP1_BASE           0xA0000000
-#define CONFIG_SYS_APP1_SIZE           256 /* Megabytes */
-#define CONFIG_SYS_APP2_BASE           0xB0000000
-#define CONFIG_SYS_APP2_SIZE           256 /* Megabytes */
-
 /* EEprom support */
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
 
index 862fdb7e2d7ef5c9373f4fff19fa707a2e7c4542..b77219f72cb0f77daeb4c4664271899025e7a80a 100644 (file)
 /* EEprom support */
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
 
-#define CONFIG_SYS_APP1_BASE   0xA0000000    /* PAXG */
-#define        CONFIG_SYS_APP1_SIZE    256 /* Megabytes */
-#define CONFIG_SYS_APP2_BASE   0xB0000000    /* PINC3 */
-#define        CONFIG_SYS_APP2_SIZE    256 /* Megabytes */
-
 /*
  * Init Local Bus Memory Controller:
  *                                   Device on board
index 802ab9c93447233ce3d7aab3ee30e49b3ef8968f..785475ef458cf95007fbb8e1619896ff154c1927 100644 (file)
 /* EEprom support */
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
 
-#define CONFIG_SYS_APP1_BASE           0xA0000000
-#define CONFIG_SYS_APP1_SIZE           256 /* Megabytes */
-#define CONFIG_SYS_APP2_BASE           0xB0000000
-#define CONFIG_SYS_APP2_SIZE           256 /* Megabytes */
-
 /* EEprom support */
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
 
index 9421204f2c374169b27fbaa6ad9d1c6b9aac80a3..456cd9dd7072d6a27609ae3a77b900372fdbbfd4 100644 (file)
 /* EEprom support */
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
 
-#define CONFIG_SYS_APP1_BASE           0xA0000000
-#define CONFIG_SYS_APP1_SIZE           256 /* Megabytes */
-#define CONFIG_SYS_APP2_BASE           0xB0000000
-#define CONFIG_SYS_APP2_SIZE           256 /* Megabytes */
-
 /* EEprom support */
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
 
index 3364b5379ea1576ed98bb444902b3a9ea54e7a6d..01d8d6b3039a0e1cc5db7953e83be7ae16a67ccc 100644 (file)
 /* 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
index db22fe50db0f086978932d943c6a2aba3b1dc47e..15a69ceca7787076815d79724af41171f8f3470f 100644 (file)
 /* EEprom support */
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
 
-#define CONFIG_SYS_APP1_BASE   0xA0000000    /* PAXG */
-#define        CONFIG_SYS_APP1_SIZE    256 /* Megabytes */
-#define CONFIG_SYS_APP2_BASE   0xB0000000    /* PINC3 */
-#define        CONFIG_SYS_APP2_SIZE    256 /* Megabytes */
-
 /*
  * Init Local Bus Memory Controller:
  *                                   Device on board
index 992bcc3d8fd1ef021c3283f875a5bf229dc488f0..5ec4ffbeae92fb0fba5629d8fbb6193548815367 100644 (file)
@@ -1935,10 +1935,6 @@ CONFIG_SYS_AMASK4
 CONFIG_SYS_AMASK5
 CONFIG_SYS_AMASK6
 CONFIG_SYS_AMASK7
-CONFIG_SYS_APP1_BASE
-CONFIG_SYS_APP1_SIZE
-CONFIG_SYS_APP2_BASE
-CONFIG_SYS_APP2_SIZE
 CONFIG_SYS_ARM_CACHE_WRITETHROUGH
 CONFIG_SYS_AT91_CPU_NAME
 CONFIG_SYS_AT91_MAIN_CLOCK