diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-11 23:07:32 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-18 12:48:17 -0400 |
commit | de0bb2ba54929eb74b626a16d358eb2ac268a487 (patch) | |
tree | 3dddfe3ad5cdfdd11c7608705b86964694084e32 /configs/at91sam9261ek_nandflash_defconfig | |
parent | 23cf6344c0ada76e9f201e6a037450b30f3ea59e (diff) | |
download | u-boot-de0bb2ba54929eb74b626a16d358eb2ac268a487.tar.gz |
Convert CONFIG_AT91SAM9G10EK et al to Kconfig
This converts the following to Kconfig:
CONFIG_AT91SAM9G10EK
CONFIG_AT91SAM9261EK
CONFIG_AT91SAM9G10
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/at91sam9261ek_nandflash_defconfig')
-rw-r--r-- | configs/at91sam9261ek_nandflash_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/at91sam9261ek_nandflash_defconfig b/configs/at91sam9261ek_nandflash_defconfig index 9b86fc5628..8e1bbb0441 100644 --- a/configs/at91sam9261ek_nandflash_defconfig +++ b/configs/at91sam9261ek_nandflash_defconfig @@ -5,6 +5,7 @@ CONFIG_SYS_TEXT_BASE=0x21f00000 CONFIG_SYS_MALLOC_LEN=0x80000 CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_AT91SAM9261EK=y +CONFIG_AT91SAM9261EK=y CONFIG_NR_DRAM_BANKS=1 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="at91sam9261ek" |