TI am335x: Apply Kconfig use conventions
Change-Id: Ic3c26fd7b1dd8a6731abc9a63b9ca17e084074b2 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5291 Tested-by: build bot (Jenkins) Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
This commit is contained in:
parent
d777d86ab2
commit
d47c08affd
|
@ -1,12 +1 @@
|
||||||
config CPU_TI_AM335X
|
|
||||||
depends on ARCH_ARMV7
|
|
||||||
select HAVE_MONOTONIC_TIMER
|
|
||||||
select HAVE_UART_SPECIAL
|
|
||||||
select BOOTBLOCK_CONSOLE
|
|
||||||
select EARLY_CONSOLE
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
|
|
||||||
if CPU_TI_AM335X
|
|
||||||
source src/cpu/ti/am335x/Kconfig
|
source src/cpu/ti/am335x/Kconfig
|
||||||
endif
|
|
||||||
|
|
|
@ -1,3 +1,14 @@
|
||||||
|
config CPU_TI_AM335X
|
||||||
|
depends on ARCH_ARMV7
|
||||||
|
select HAVE_MONOTONIC_TIMER
|
||||||
|
select HAVE_UART_SPECIAL
|
||||||
|
select BOOTBLOCK_CONSOLE
|
||||||
|
select EARLY_CONSOLE
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
|
if CPU_TI_AM335X
|
||||||
|
|
||||||
config BOOTBLOCK_CPU_INIT
|
config BOOTBLOCK_CPU_INIT
|
||||||
string
|
string
|
||||||
default "cpu/ti/am335x/bootblock.c"
|
default "cpu/ti/am335x/bootblock.c"
|
||||||
|
@ -47,3 +58,5 @@ config CBFS_HEADER_ROM_OFFSET
|
||||||
config SYS_SDRAM_BASE
|
config SYS_SDRAM_BASE
|
||||||
hex
|
hex
|
||||||
default 0x40000000
|
default 0x40000000
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in New Issue