diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-11 23:07:31 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-18 12:48:17 -0400 |
commit | 23cf6344c0ada76e9f201e6a037450b30f3ea59e (patch) | |
tree | 8fe58532562b6c43480b5daa5d9db6bcae4b2302 /configs/at91sam9xeek_nandflash_defconfig | |
parent | 675e703d91ce8ecfced9b33d75e2947a2a19bfb5 (diff) | |
download | u-boot-23cf6344c0ada76e9f201e6a037450b30f3ea59e.tar.gz |
Convert CONFIG_AT91SAM9G20EK et al to Kconfig
This converts the following to Kconfig:
CONFIG_AT91SAM9G20EK
CONFIG_AT91SAM9260EK
CONFIG_AT91SAM9G20EK_2MMC
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/at91sam9xeek_nandflash_defconfig')
-rw-r--r-- | configs/at91sam9xeek_nandflash_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/at91sam9xeek_nandflash_defconfig b/configs/at91sam9xeek_nandflash_defconfig index a5b9b5e7f6..caa9699425 100644 --- a/configs/at91sam9xeek_nandflash_defconfig +++ b/configs/at91sam9xeek_nandflash_defconfig @@ -6,6 +6,7 @@ CONFIG_SYS_TEXT_BASE=0x21f00000 CONFIG_SYS_MALLOC_LEN=0x80000 CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_AT91SAM9260EK=y +CONFIG_AT91SAM9260EK=y CONFIG_NR_DRAM_BANKS=1 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="at91sam9260ek" |