mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-30 19:06:35 +00:00
powerpc: MPC8548CDS: Remove macro CONFIG_MPC8548CDS
Use CONFIG_TARGET_MPC8548CDS instead. Signed-off-by: York Sun <york.sun@nxp.com>
This commit is contained in:
parent
281ed4c74b
commit
4d08d5d9d5
3 changed files with 1 additions and 3 deletions
|
@ -46,7 +46,7 @@ endif
|
||||||
obj-$(CONFIG_FSL_DCU_SII9022A) += dcu_sii9022a.o
|
obj-$(CONFIG_FSL_DCU_SII9022A) += dcu_sii9022a.o
|
||||||
|
|
||||||
obj-$(CONFIG_MPC8541CDS) += cds_pci_ft.o
|
obj-$(CONFIG_MPC8541CDS) += cds_pci_ft.o
|
||||||
obj-$(CONFIG_MPC8548CDS) += cds_pci_ft.o
|
obj-$(CONFIG_TARGET_MPC8548CDS) += cds_pci_ft.o
|
||||||
obj-$(CONFIG_MPC8555CDS) += cds_pci_ft.o
|
obj-$(CONFIG_MPC8555CDS) += cds_pci_ft.o
|
||||||
|
|
||||||
obj-$(CONFIG_MPC8536DS) += ics307_clk.o
|
obj-$(CONFIG_MPC8536DS) += ics307_clk.o
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
/* High Level Configuration Options */
|
/* High Level Configuration Options */
|
||||||
#define CONFIG_BOOKE 1 /* BOOKE */
|
#define CONFIG_BOOKE 1 /* BOOKE */
|
||||||
#define CONFIG_E500 1 /* BOOKE e500 family */
|
#define CONFIG_E500 1 /* BOOKE e500 family */
|
||||||
#define CONFIG_MPC8548CDS 1 /* MPC8548CDS board specific */
|
|
||||||
|
|
||||||
#ifndef CONFIG_SYS_TEXT_BASE
|
#ifndef CONFIG_SYS_TEXT_BASE
|
||||||
#define CONFIG_SYS_TEXT_BASE 0xfff80000
|
#define CONFIG_SYS_TEXT_BASE 0xfff80000
|
||||||
|
|
|
@ -3153,7 +3153,6 @@ CONFIG_MPC8541
|
||||||
CONFIG_MPC8541CDS
|
CONFIG_MPC8541CDS
|
||||||
CONFIG_MPC8544
|
CONFIG_MPC8544
|
||||||
CONFIG_MPC8544DS
|
CONFIG_MPC8544DS
|
||||||
CONFIG_MPC8548CDS
|
|
||||||
CONFIG_MPC855
|
CONFIG_MPC855
|
||||||
CONFIG_MPC8555
|
CONFIG_MPC8555
|
||||||
CONFIG_MPC8555CDS
|
CONFIG_MPC8555CDS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue