mirror of
https://github.com/drasko/codezero.git
synced 2026-02-27 17:23:13 +01:00
Make the symbol naming consistent.
This commit is contained in:
@@ -22,7 +22,7 @@ arm_platform_type 'ARM Platform Type'
|
|||||||
ARM_PLATFORM_EB 'Realview EB Platform, Unsupported yet'
|
ARM_PLATFORM_EB 'Realview EB Platform, Unsupported yet'
|
||||||
ARM_PLATFORM_AB926 'Versatile AB926 Platform, Unsupported yet'
|
ARM_PLATFORM_AB926 'Versatile AB926 Platform, Unsupported yet'
|
||||||
ARM_PLATFORM_PB926 'Versatile PB926 Platform'
|
ARM_PLATFORM_PB926 'Versatile PB926 Platform'
|
||||||
ARM_PLATFORM_PBMPCORE 'Realview PB11MPCore Platform'
|
ARM_PLATFORM_PB11MPCORE 'Realview PB11MPCore Platform'
|
||||||
ARM_PLATFORM_PBA8 'Realview PB-A8 Platform'
|
ARM_PLATFORM_PBA8 'Realview PB-A8 Platform'
|
||||||
|
|
||||||
DRIVER_UART_PL011 'ARM UART Primecell driver PL011'
|
DRIVER_UART_PL011 'ARM UART Primecell driver PL011'
|
||||||
@@ -62,7 +62,7 @@ choices arm_platform_type
|
|||||||
ARM_PLATFORM_EB
|
ARM_PLATFORM_EB
|
||||||
ARM_PLATFORM_AB926
|
ARM_PLATFORM_AB926
|
||||||
ARM_PLATFORM_PB926
|
ARM_PLATFORM_PB926
|
||||||
ARM_PLATFORM_PBMPCORE
|
ARM_PLATFORM_PB11MPCORE
|
||||||
ARM_PLATFORM_PBA8
|
ARM_PLATFORM_PBA8
|
||||||
default ARM_PLATFORM_PB926
|
default ARM_PLATFORM_PB926
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@ menu main_menu
|
|||||||
#Platform rules:
|
#Platform rules:
|
||||||
unless ARM_SUBARCH_V5 suppress ARM_PLATFORM_PB926
|
unless ARM_SUBARCH_V5 suppress ARM_PLATFORM_PB926
|
||||||
unless ARM_SUBARCH_V5 suppress ARM_PLATFORM_AB926
|
unless ARM_SUBARCH_V5 suppress ARM_PLATFORM_AB926
|
||||||
unless ARM_SUBARCH_V6 suppress ARM_PLATFORM_PBMPCORE
|
unless ARM_SUBARCH_V6 suppress ARM_PLATFORM_PB11MPCORE
|
||||||
unless ARM_SUBARCH_V7 suppress ARM_PLATFORM_PBA8
|
unless ARM_SUBARCH_V7 suppress ARM_PLATFORM_PBA8
|
||||||
|
|
||||||
#CPU rules:
|
#CPU rules:
|
||||||
@@ -117,7 +117,7 @@ unless ARM_SUBARCH_V5 suppress ARM_PLATFORM_PB926
|
|||||||
unless ARCH_ARM suppress arm_menu
|
unless ARCH_ARM suppress arm_menu
|
||||||
unless ARM_PLATFORM_PB926 or ARM_PLATFORM_AB926 suppress DRIVER_IRQ_PL190
|
unless ARM_PLATFORM_PB926 or ARM_PLATFORM_AB926 suppress DRIVER_IRQ_PL190
|
||||||
unless ARM_PLATFORM_EB suppress ARM_CPU_ARM1136
|
unless ARM_PLATFORM_EB suppress ARM_CPU_ARM1136
|
||||||
unless ARM_PLATFORM_EB or ARM_PLATFORM_PBA8 or ARM_PLATFORM_PBMPCORE suppress DRIVER_IRQ_GIC
|
unless ARM_PLATFORM_EB or ARM_PLATFORM_PBA8 or ARM_PLATFORM_PB11MPCORE suppress DRIVER_IRQ_GIC
|
||||||
default DRIVER_UART_PL011 from y
|
default DRIVER_UART_PL011 from y
|
||||||
default DRIVER_TIMER_SP804 from y
|
default DRIVER_TIMER_SP804 from y
|
||||||
default DRIVER_IRQ_PL190 from y
|
default DRIVER_IRQ_PL190 from y
|
||||||
|
|||||||
Reference in New Issue
Block a user