ARM: omap3: evm: Sync with omap3_beagle configuration
authorDerald D. Woods <woods.technical@gmail.com>
Mon, 26 Feb 2018 23:52:59 +0000 (17:52 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 14 Mar 2018 01:59:28 +0000 (21:59 -0400)
commitb6e2543cf9a86ad651c00b870d5048087ff626cd
tree75b05d8ee545741636f69c2bd762ecc1b4629e8e
parentd233ccb1d84b901f7e23e6d9b4f2c6a57198b23b
ARM: omap3: evm: Sync with omap3_beagle configuration

This commit does the following for OMAP3 EVM:

- Track omap3_beagle changes where possible
- Remove CONFIG_SYS_MPUCLK and CONFIG_MTD which are not needed for the
  default board configuration to work.
- Remove CONFIG_SPL_SYS_MALLOC_SIMPLE and CONFIG_SYS_MALLOC_F_LEN from
  default config. CONFIG_SYS_MALLOC_F_LEN=0x400 is set by configuration
  automatically. [allows board to boot with SERIAL_SEARCH_ALL=y]
- Use updated NAND layout:

device nand0 <omap2-nand.0>, # parts = 6

#: name size offset
-------------------------------------------------
0: spl 0x00080000(512k) 0x00000000
1: u-boot 0x001e0000(1920k) 0x00080000
2: u-boot-env 0x00020000(128k) 0x00260000
3: dtb 0x00020000(128k) 0x00280000
4: kernel 0x00600000(6m) 0x002a0000
5: rootfs 0x0f760000(-) 0x008a0000
-------------------------------------------------

Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
configs/omap3_evm_defconfig
include/configs/omap3_evm.h