aboutsummaryrefslogtreecommitdiff
path: root/configs/at91sam9g10ek_dataflash_cs0_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-11 23:07:32 -0500
committerTom Rini <trini@konsulko.com>2022-03-18 12:48:17 -0400
commitde0bb2ba54929eb74b626a16d358eb2ac268a487 (patch)
tree3dddfe3ad5cdfdd11c7608705b86964694084e32 /configs/at91sam9g10ek_dataflash_cs0_defconfig
parent23cf6344c0ada76e9f201e6a037450b30f3ea59e (diff)
downloadu-boot-de0bb2ba54929eb74b626a16d358eb2ac268a487.zip
u-boot-de0bb2ba54929eb74b626a16d358eb2ac268a487.tar.gz
u-boot-de0bb2ba54929eb74b626a16d358eb2ac268a487.tar.bz2
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/at91sam9g10ek_dataflash_cs0_defconfig')
-rw-r--r--configs/at91sam9g10ek_dataflash_cs0_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/at91sam9g10ek_dataflash_cs0_defconfig b/configs/at91sam9g10ek_dataflash_cs0_defconfig
index cee1f9c..a847362 100644
--- a/configs/at91sam9g10ek_dataflash_cs0_defconfig
+++ b/configs/at91sam9g10ek_dataflash_cs0_defconfig
@@ -5,6 +5,7 @@ CONFIG_SYS_TEXT_BASE=0x21f00000
CONFIG_SYS_MALLOC_LEN=0x2d000
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_TARGET_AT91SAM9261EK=y
+CONFIG_AT91SAM9G10=y
CONFIG_NR_DRAM_BANKS=1
CONFIG_ENV_SIZE=0x4200
CONFIG_ENV_OFFSET=0x4200
@@ -16,7 +17,7 @@ CONFIG_DEBUG_UART_BASE=0xfffff200
CONFIG_DEBUG_UART_CLOCK=100000000
CONFIG_DEBUG_UART=y
CONFIG_SYS_LOAD_ADDR=0x22000000
-CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G10,SYS_USE_DATAFLASH_CS0"
+CONFIG_SYS_EXTRA_OPTIONS="SYS_USE_DATAFLASH_CS0"
CONFIG_BOOTDELAY=3
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/mtdblock0 mtdparts=atmel_nand:-(root) rw rootfstype=jffs2"