mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
configs: Remove CONFIG_MARVELL
This option is defined by a few boards but doesn't guard any code. Remove it from the boards and config_whitelist.txt. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
58fcca0c00
commit
4656ce26f0
4 changed files with 0 additions and 4 deletions
|
@ -29,7 +29,6 @@
|
|||
* High Level Configuration Options (easy to change)
|
||||
*/
|
||||
|
||||
#define CONFIG_MARVELL 1
|
||||
#define CONFIG_FEROCEON 1 /* CPU Core subversion */
|
||||
#define CONFIG_88F5182 1 /* SOC Name */
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
/*
|
||||
* High Level Configuration Options (easy to change)
|
||||
*/
|
||||
#define CONFIG_MARVELL
|
||||
#define CONFIG_FEROCEON_88FR131 /* CPU Core subversion */
|
||||
#define CONFIG_KW88F6281 /* SOC Name */
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
/*
|
||||
* High Level Configuration Options (easy to change)
|
||||
*/
|
||||
#define CONFIG_MARVELL 1
|
||||
|
||||
/*
|
||||
* Custom CONFIG_SYS_TEXT_BASE can be done in <board>.h
|
||||
|
|
|
@ -1199,7 +1199,6 @@ CONFIG_MALLOC_F_ADDR
|
|||
CONFIG_MALTA
|
||||
CONFIG_MARCO_MEMSET
|
||||
CONFIG_MARUBUN_PCCARD
|
||||
CONFIG_MARVELL
|
||||
CONFIG_MARVELL_GPIO
|
||||
CONFIG_MARVELL_MFP
|
||||
CONFIG_MASK_AER_AO
|
||||
|
|
Loading…
Add table
Reference in a new issue