mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
1480fdf8a6
- Re-sync DT files for am33xx with Linux Kernel v4.1 - Include DT file now for the "AM335x GP EVM" and build target for it, via device tree and DM. - We only need to provide platform data for UART when OF_CONTROL isn't also enabled really. We can just push GPIO to coming from DT Signed-off-by: Tom Rini <trini@konsulko.com>
14 lines
356 B
Text
14 lines
356 B
Text
CONFIG_ARM=y
|
|
CONFIG_TARGET_AM335X_EVM=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="am335x-evm"
|
|
CONFIG_SPL=y
|
|
CONFIG_SPL_STACK_R=y
|
|
CONFIG_SPL_STACK_R_ADDR=0x82000000
|
|
CONFIG_SYS_EXTRA_OPTIONS="NAND"
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_SPL_DISABLE_OF_CONTROL=y
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_RSA=y
|