summaryrefslogtreecommitdiff
path: root/configs/at91sam9263ek_nandflash_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-12 07:07:30 +0300
committerTom Rini <trini@konsulko.com>2022-03-18 19:48:17 +0300
commit675e703d91ce8ecfced9b33d75e2947a2a19bfb5 (patch)
treea952b94bc09e7dcc8865050ee5b9778fde74b609 /configs/at91sam9263ek_nandflash_defconfig
parentae3f467e8422d7408f968c6e041f64f9340c745a (diff)
downloadu-boot-675e703d91ce8ecfced9b33d75e2947a2a19bfb5.tar.xz
Convert CONFIG_AT91SAM9260 et al to Kconfig
This converts the following to Kconfig: CONFIG_AT91SAM9260 CONFIG_AT91SAM9G20 CONFIG_AT91SAM9XE CONFIG_AT91SAM9261 CONFIG_AT91SAM9263 CONFIG_AT91SAM9G45 CONFIG_AT91SAM9M10G45 CONFIG_AT91SAM9N12 CONFIG_AT91SAM9RL CONFIG_AT91SAM9X5 CONFIG_SAM9X60 CONFIG_SAMA7G5 CONFIG_SAMA5D2 CONFIG_SAMA5D3 CONFIG_SAMA5D4 These options are already select'd as needed, so we're just cleaning up files here. Cc: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/at91sam9263ek_nandflash_defconfig')
-rw-r--r--configs/at91sam9263ek_nandflash_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/at91sam9263ek_nandflash_defconfig b/configs/at91sam9263ek_nandflash_defconfig
index 4df2bfe249..a705e45636 100644
--- a/configs/at91sam9263ek_nandflash_defconfig
+++ b/configs/at91sam9263ek_nandflash_defconfig
@@ -15,7 +15,7 @@ CONFIG_DEBUG_UART_CLOCK=100000000
CONFIG_ENV_OFFSET_REDUND=0x100000
CONFIG_DEBUG_UART=y
CONFIG_SYS_LOAD_ADDR=0x22000000
-CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9263,SYS_USE_NANDFLASH"
+CONFIG_SYS_EXTRA_OPTIONS="SYS_USE_NANDFLASH"
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/mtdblock7 rw rootfstype=jffs2"