diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:18:22 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:52:34 +0200 |
commit | 8ed9876bf27340971b60d6fc0ca66c052164cacd (patch) | |
tree | 926e063b8a1d236c187e98f8bc6adfab626b32d6 /include/configs/tuxx1.h | |
parent | 5c2299850390b31d3262893b407bd26572f04c4e (diff) | |
download | u-boot-8ed9876bf27340971b60d6fc0ca66c052164cacd.tar.gz u-boot-8ed9876bf27340971b60d6fc0ca66c052164cacd.tar.xz u-boot-8ed9876bf27340971b60d6fc0ca66c052164cacd.zip |
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 <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/tuxx1.h')
-rw-r--r-- | include/configs/tuxx1.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/tuxx1.h b/include/configs/tuxx1.h index db22fe50db..15a69ceca7 100644 --- a/include/configs/tuxx1.h +++ b/include/configs/tuxx1.h @@ -289,11 +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 */ -#define CONFIG_SYS_APP2_BASE 0xB0000000 /* PINC3 */ -#define CONFIG_SYS_APP2_SIZE 256 /* Megabytes */ - /* * Init Local Bus Memory Controller: * Device on board |