2014-07-30 05:08:14 +00:00
|
|
|
CONFIG_ARM=y
|
2021-08-28 01:18:30 +00:00
|
|
|
CONFIG_SKIP_LOWLEVEL_INIT=y
|
2017-03-18 13:01:44 +00:00
|
|
|
# CONFIG_SYS_THUMB_BUILD is not set
|
2021-12-11 19:55:51 +00:00
|
|
|
CONFIG_SYS_L2CACHE_OFF=y
|
2017-04-25 04:10:11 +00:00
|
|
|
CONFIG_ARCH_OMAP2PLUS=y
|
arm: Disable ATAGs support
With the exceptions of ds109, ds414, icnova-a20-swac, nokia_rx51 and
stemmy, disable ATAG support. A large number of platforms had enabled
support but never supported a kernel so old as to require it. Further,
some platforms are old enough to support both, but are well supported by
devicetree booting, and have been for a number of years. This is
because some of the ATAGs related functions have been re-used to provide
the same kind of information, but for devicetree or just generally to
inform the user. When needed still, rename these functions to
get_board_revision() instead, to avoid conflicts. In other cases, these
functions were simply unused, so drop them.
Cc: Andre Przywara <andre.przywara@arm.com>
Cc: Jagan Teki <jagan@amarulasolutions.com>
Cc: Phil Sutter <phil@nwl.cc>
Cc: Stefan Bosch <stefan_b@posteo.net>
Signed-off-by: Tom Rini <trini@konsulko.com>
2021-08-30 13:16:30 +00:00
|
|
|
CONFIG_SUPPORT_PASSING_ATAGS=y
|
|
|
|
CONFIG_CMDLINE_TAG=y
|
|
|
|
CONFIG_INITRD_TAG=y
|
|
|
|
CONFIG_REVISION_TAG=y
|
2021-08-30 13:16:31 +00:00
|
|
|
CONFIG_STATIC_MACH_TYPE=y
|
|
|
|
CONFIG_MACH_TYPE=1955
|
2017-07-28 13:32:52 +00:00
|
|
|
CONFIG_SYS_TEXT_BASE=0x80008000
|
2021-08-29 01:34:49 +00:00
|
|
|
CONFIG_SYS_MALLOC_LEN=0xc0000
|
2021-11-01 12:19:22 +00:00
|
|
|
CONFIG_NR_DRAM_BANKS=2
|
2020-08-10 19:31:07 +00:00
|
|
|
CONFIG_TARGET_NOKIA_RX51=y
|
2022-04-08 17:36:51 +00:00
|
|
|
CONFIG_SYS_LOAD_ADDR=0x80000000
|
2021-02-20 10:50:15 +00:00
|
|
|
CONFIG_OPTIMIZE_INLINING=y
|
2021-05-25 15:58:50 +00:00
|
|
|
CONFIG_LTO=y
|
2021-01-16 00:04:54 +00:00
|
|
|
# CONFIG_SYS_MALLOC_F is not set
|
2020-05-15 20:49:11 +00:00
|
|
|
# CONFIG_FIT is not set
|
2016-06-07 06:31:14 +00:00
|
|
|
CONFIG_BOOTDELAY=30
|
2020-10-09 16:22:06 +00:00
|
|
|
CONFIG_AUTOBOOT_KEYED=y
|
|
|
|
CONFIG_AUTOBOOT_MENU_SHOW=y
|
2021-11-10 14:11:40 +00:00
|
|
|
CONFIG_USE_BOOTCOMMAND=y
|
|
|
|
CONFIG_BOOTCOMMAND="run sdboot;run emmcboot;run attachboot;echo"
|
2019-07-21 02:51:14 +00:00
|
|
|
CONFIG_USE_PREBOOT=y
|
2020-03-31 22:35:11 +00:00
|
|
|
CONFIG_PREBOOT="run preboot"
|
2021-02-20 10:50:15 +00:00
|
|
|
# CONFIG_SYS_DEVICE_NULLDEV is not set
|
2016-04-22 01:37:19 +00:00
|
|
|
CONFIG_HUSH_PARSER=y
|
2015-09-28 12:14:15 +00:00
|
|
|
CONFIG_SYS_PROMPT="Nokia RX-51 # "
|
2020-05-15 20:49:11 +00:00
|
|
|
# CONFIG_CMD_BDI is not set
|
2021-06-18 13:27:03 +00:00
|
|
|
CONFIG_CMD_BOOTZ=y
|
2020-05-15 20:49:11 +00:00
|
|
|
# CONFIG_BOOTM_NETBSD is not set
|
|
|
|
# CONFIG_BOOTM_PLAN9 is not set
|
|
|
|
# CONFIG_BOOTM_RTEMS is not set
|
|
|
|
# CONFIG_BOOTM_VXWORKS is not set
|
2016-11-29 14:14:56 +00:00
|
|
|
CONFIG_CMD_BOOTMENU=y
|
2020-05-15 20:49:11 +00:00
|
|
|
# CONFIG_CMD_ELF is not set
|
2015-06-22 21:15:30 +00:00
|
|
|
# CONFIG_CMD_IMI is not set
|
2020-05-15 20:49:11 +00:00
|
|
|
# CONFIG_CMD_XIMG is not set
|
|
|
|
# CONFIG_CMD_EXPORTENV is not set
|
|
|
|
# CONFIG_CMD_IMPORTENV is not set
|
|
|
|
# CONFIG_CMD_EDITENV is not set
|
2015-06-22 21:15:30 +00:00
|
|
|
# CONFIG_CMD_SAVEENV is not set
|
2020-05-15 20:49:11 +00:00
|
|
|
# CONFIG_CMD_ENV_EXISTS is not set
|
|
|
|
# CONFIG_CMD_FLASH is not set
|
2015-11-11 13:39:33 +00:00
|
|
|
CONFIG_CMD_GPIO=y
|
2017-08-14 23:58:53 +00:00
|
|
|
CONFIG_CMD_I2C=y
|
|
|
|
CONFIG_CMD_MMC=y
|
2020-05-15 20:49:11 +00:00
|
|
|
CONFIG_CMD_MTD=y
|
|
|
|
CONFIG_CMD_ONENAND=y
|
2015-06-22 21:15:30 +00:00
|
|
|
# CONFIG_CMD_SETEXPR is not set
|
2021-01-16 00:04:54 +00:00
|
|
|
# CONFIG_CMD_SLEEP is not set
|
2016-04-24 21:29:26 +00:00
|
|
|
CONFIG_CMD_EXT2=y
|
|
|
|
CONFIG_CMD_EXT4=y
|
|
|
|
CONFIG_CMD_FAT=y
|
2020-05-15 20:49:11 +00:00
|
|
|
CONFIG_MTDIDS_DEFAULT="onenand0=onenand"
|
|
|
|
CONFIG_MTDPARTS_DEFAULT="mtdparts=onenand:128k(bootloader)ro,384k(config),256k(log),2m(kernel),2m(initfs),-(rootfs)"
|
2020-07-03 11:48:56 +00:00
|
|
|
CONFIG_ENV_OVERWRITE=y
|
2019-11-13 03:46:36 +00:00
|
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
2018-02-26 15:01:02 +00:00
|
|
|
# CONFIG_NET is not set
|
2020-11-30 17:50:32 +00:00
|
|
|
CONFIG_DM=y
|
2021-02-20 10:50:15 +00:00
|
|
|
# CONFIG_DM_WARN is not set
|
2021-01-16 00:04:54 +00:00
|
|
|
# CONFIG_DM_DEVICE_REMOVE is not set
|
2021-02-20 10:50:15 +00:00
|
|
|
# CONFIG_DM_SEQ_ALIAS is not set
|
|
|
|
# CONFIG_BLOCK_CACHE is not set
|
2020-11-30 17:50:32 +00:00
|
|
|
CONFIG_DM_I2C=y
|
2022-02-03 18:38:50 +00:00
|
|
|
CONFIG_DM_KEYBOARD=y
|
2020-03-31 22:35:16 +00:00
|
|
|
# CONFIG_MMC_HW_PARTITIONING is not set
|
2021-01-16 00:04:54 +00:00
|
|
|
# CONFIG_MMC_VERBOSE is not set
|
2017-01-10 04:32:07 +00:00
|
|
|
CONFIG_MMC_OMAP_HS=y
|
2020-05-15 20:49:11 +00:00
|
|
|
CONFIG_MTD=y
|
2018-03-07 00:02:27 +00:00
|
|
|
CONFIG_CONS_INDEX=3
|
2015-11-19 13:48:14 +00:00
|
|
|
CONFIG_SYS_NS16550=y
|
2018-04-15 17:51:26 +00:00
|
|
|
CONFIG_SPI=y
|
2017-12-29 15:15:41 +00:00
|
|
|
CONFIG_USB=y
|
|
|
|
CONFIG_USB_MUSB_UDC=y
|
|
|
|
CONFIG_USB_OMAP3=y
|
2022-03-09 19:46:01 +00:00
|
|
|
CONFIG_DM_VIDEO=y
|
|
|
|
CONFIG_VIDEO_LOGO=y
|
|
|
|
# CONFIG_VIDEO_BPP8 is not set
|
|
|
|
# CONFIG_VIDEO_BPP32 is not set
|
|
|
|
CONFIG_SYS_WHITE_ON_BLACK=y
|
2020-08-11 17:23:35 +00:00
|
|
|
CONFIG_SPLASH_SCREEN=y
|
2021-03-09 20:19:15 +00:00
|
|
|
CONFIG_WATCHDOG_TIMEOUT_MSECS=31000
|
|
|
|
CONFIG_WDT=y
|
2020-03-31 22:35:16 +00:00
|
|
|
# CONFIG_GZIP is not set
|