Convert CONFIG_FSL_CADMUS to Kconfig
This converts the following to Kconfig: CONFIG_FSL_CADMUS Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
518c5dfab0
commit
2a776c79db
@ -3,6 +3,9 @@ if TARGET_MPC8548CDS
|
||||
config PCI1
|
||||
def_bool y
|
||||
|
||||
config FSL_CADMUS
|
||||
def_bool y
|
||||
|
||||
config SYS_BOARD
|
||||
default "mpc8548cds"
|
||||
|
||||
|
@ -217,8 +217,6 @@
|
||||
* 1111 1111 1111 0000 0000 1111 1111 0111 = fff00ff7
|
||||
*/
|
||||
|
||||
#define CONFIG_FSL_CADMUS
|
||||
|
||||
#define CADMUS_BASE_ADDR 0xf8000000
|
||||
#ifdef CONFIG_PHYS_64BIT
|
||||
#define CADMUS_BASE_ADDR_PHYS 0xff8000000ull
|
||||
|
Loading…
Reference in New Issue
Block a user