summaryrefslogtreecommitdiff
path: root/configs/at91sam9g20ek_2mmc_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-12 07:07:31 +0300
committerTom Rini <trini@konsulko.com>2022-03-18 19:48:17 +0300
commit23cf6344c0ada76e9f201e6a037450b30f3ea59e (patch)
tree8fe58532562b6c43480b5daa5d9db6bcae4b2302 /configs/at91sam9g20ek_2mmc_defconfig
parent675e703d91ce8ecfced9b33d75e2947a2a19bfb5 (diff)
downloadu-boot-23cf6344c0ada76e9f201e6a037450b30f3ea59e.tar.xz
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/at91sam9g20ek_2mmc_defconfig')
-rw-r--r--configs/at91sam9g20ek_2mmc_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/at91sam9g20ek_2mmc_defconfig b/configs/at91sam9g20ek_2mmc_defconfig
index 6ee645a773..665dfc8c78 100644
--- a/configs/at91sam9g20ek_2mmc_defconfig
+++ b/configs/at91sam9g20ek_2mmc_defconfig
@@ -6,6 +6,8 @@ CONFIG_SYS_TEXT_BASE=0x21f00000
CONFIG_SYS_MALLOC_LEN=0x23000
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_TARGET_AT91SAM9260EK=y
+CONFIG_AT91SAM9260EK=y
+CONFIG_AT91SAM9G20EK_2MMC=y
CONFIG_NR_DRAM_BANKS=1
CONFIG_ENV_SIZE=0x1000
CONFIG_ENV_OFFSET=0x2000
@@ -16,7 +18,7 @@ CONFIG_DEBUG_UART_BASE=0xfffff200
CONFIG_DEBUG_UART_CLOCK=132000000
CONFIG_DEBUG_UART=y
CONFIG_SYS_LOAD_ADDR=0x22000000
-CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20EK_2MMC,SYS_USE_MMC"
+CONFIG_SYS_EXTRA_OPTIONS="SYS_USE_MMC"
CONFIG_BOOTDELAY=3
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro,256k(env),256k(env_redundant),256k(spare),512k(dtb),6M(kernel)ro,-(rootfs) root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait"