@@ -823,13 +823,9 @@ The following options need to be configured:
823823 CONFIG_CMD_AES AES 128 CBC encrypt/decrypt
824824 CONFIG_CMD_ASKENV * ask for env variable
825825 CONFIG_CMD_BDI bdinfo
826- CONFIG_CMD_BEDBUG * Include BedBug Debugger
827- CONFIG_CMD_BMP * BMP support
828- CONFIG_CMD_BSP * Board specific commands
829826 CONFIG_CMD_BOOTD bootd
830827 CONFIG_CMD_BOOTI * ARM64 Linux kernel Image support
831828 CONFIG_CMD_CACHE * icache, dcache
832- CONFIG_CMD_CLK * clock command support
833829 CONFIG_CMD_CONSOLE coninfo
834830 CONFIG_CMD_CRC32 * crc32
835831 CONFIG_CMD_DATE * support for RTC, date/time...
@@ -1549,13 +1545,6 @@ The following options need to be configured:
15491545 This will also enable the command "fatwrite" enabling the
15501546 user to write files to FAT.
15511547
1552- - CBFS (Coreboot Filesystem) support:
1553- CONFIG_CMD_CBFS
1554-
1555- Define this to enable support for reading from a Coreboot
1556- filesystem. Available commands are cbfsinit, cbfsinfo, cbfsls
1557- and cbfsload.
1558-
15591548- FAT(File Allocation Table) filesystem cluster size:
15601549 CONFIG_FS_FAT_MAX_CLUSTSIZE
15611550
@@ -1581,7 +1570,6 @@ The following options need to be configured:
15811570
15821571 CONFIG_SYS_DIU_ADDR
15831572 CONFIG_VIDEO
1584- CONFIG_CMD_BMP
15851573 CONFIG_CFB_CONSOLE
15861574 CONFIG_VIDEO_SW_CURSOR
15871575 CONFIG_VGA_AS_SINGLE_DEVICE
@@ -1642,9 +1630,6 @@ The following options need to be configured:
16421630
16431631 320x240. Black & white.
16441632
1645- Normally display is black on white background; define
1646- CONFIG_SYS_WHITE_ON_BLACK to get it inverted.
1647-
16481633 CONFIG_LCD_ALIGNMENT
16491634
16501635 Normally the LCD is page-aligned (typically 4KB). If this is
@@ -2849,16 +2834,6 @@ The following options need to be configured:
28492834 This enables 'hdmidet' command which returns true if an
28502835 HDMI monitor is detected. This command is i.MX 6 specific.
28512836
2852- CONFIG_CMD_BMODE
2853- This enables the 'bmode' (bootmode) command for forcing
2854- a boot from specific media.
2855-
2856- This is useful for forcing the ROM's usb downloader to
2857- activate upon a watchdog reset which is nice when iterating
2858- on U-Boot. Using the reset button or running bmode normal
2859- will set it back to normal. This command currently
2860- supports i.MX53 and i.MX6.
2861-
28622837- bootcount support:
28632838 CONFIG_BOOTCOUNT_LIMIT
28642839
0 commit comments