summaryrefslogtreecommitdiff
path: root/configs/at91sam9263ek_norflash_boot_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-11 23:07:30 -0500
committerTom Rini <trini@konsulko.com>2022-03-18 12:48:17 -0400
commit675e703d91ce8ecfced9b33d75e2947a2a19bfb5 (patch)
treea952b94bc09e7dcc8865050ee5b9778fde74b609 /configs/at91sam9263ek_norflash_boot_defconfig
parentae3f467e8422d7408f968c6e041f64f9340c745a (diff)
downloadu-boot-675e703d91ce8ecfced9b33d75e2947a2a19bfb5.tar.gz
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_norflash_boot_defconfig')
-rw-r--r--configs/at91sam9263ek_norflash_boot_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/at91sam9263ek_norflash_boot_defconfig b/configs/at91sam9263ek_norflash_boot_defconfig
index 4eb24a8b16..aeb189d2b7 100644
--- a/configs/at91sam9263ek_norflash_boot_defconfig
+++ b/configs/at91sam9263ek_norflash_boot_defconfig
@@ -15,7 +15,7 @@ CONFIG_DEBUG_UART_BASE=0xffffee00
CONFIG_DEBUG_UART_CLOCK=100000000
CONFIG_DEBUG_UART=y
CONFIG_SYS_LOAD_ADDR=0x22000000
-CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9263,SYS_USE_BOOT_NORFLASH"
+CONFIG_SYS_EXTRA_OPTIONS="SYS_USE_BOOT_NORFLASH"
CONFIG_BOOTDELAY=3
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
# CONFIG_DISPLAY_BOARDINFO is not set