global: Migrate CONFIG_ET1100_BASE to CFG
Perform a simple rename of CONFIG_ET1100_BASE to CFG_ET1100_BASE Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
ef2e1745da
commit
b9abcb8c9f
@ -163,7 +163,7 @@ int checkboard(void)
|
|||||||
u_char hw_type; /* hardware type */
|
u_char hw_type; /* hardware type */
|
||||||
|
|
||||||
/* read the "Type" register of the ET1100 controller */
|
/* read the "Type" register of the ET1100 controller */
|
||||||
hw_type = readb(CONFIG_ET1100_BASE);
|
hw_type = readb(CFG_ET1100_BASE);
|
||||||
|
|
||||||
switch (hw_type) {
|
switch (hw_type) {
|
||||||
case 0x11:
|
case 0x11:
|
||||||
|
@ -60,6 +60,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* hw-controller addresses */
|
/* hw-controller addresses */
|
||||||
#define CONFIG_ET1100_BASE 0x70000000
|
#define CFG_ET1100_BASE 0x70000000
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user