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:
@@ -3,6 +3,9 @@ if TARGET_MPC8548CDS
|
|||||||
config PCI1
|
config PCI1
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
|
config FSL_CADMUS
|
||||||
|
def_bool y
|
||||||
|
|
||||||
config SYS_BOARD
|
config SYS_BOARD
|
||||||
default "mpc8548cds"
|
default "mpc8548cds"
|
||||||
|
|
||||||
|
@@ -217,8 +217,6 @@
|
|||||||
* 1111 1111 1111 0000 0000 1111 1111 0111 = fff00ff7
|
* 1111 1111 1111 0000 0000 1111 1111 0111 = fff00ff7
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CONFIG_FSL_CADMUS
|
|
||||||
|
|
||||||
#define CADMUS_BASE_ADDR 0xf8000000
|
#define CADMUS_BASE_ADDR 0xf8000000
|
||||||
#ifdef CONFIG_PHYS_64BIT
|
#ifdef CONFIG_PHYS_64BIT
|
||||||
#define CADMUS_BASE_ADDR_PHYS 0xff8000000ull
|
#define CADMUS_BASE_ADDR_PHYS 0xff8000000ull
|
||||||
|
Reference in New Issue
Block a user