
On Wed, Jan 25, 2017 at 09:53:08AM +0100, Marcin Niestroj wrote:
chiliBoard is a development board which uses chiliSOM as its base.
Hardware specification:
- chiliSOM (TI AM335x, DRAM, NAND)
- Ethernet PHY (id 0)
- USB host (usb1)
- MicroSD slot (mmc0)
Signed-off-by: Marcin Niestroj m.niestroj@grinn-global.com Reviewed-by: Tom Rini trini@konsulko.com
Applied to u-boot/master. However, please note that given the hierarchy of includes in the config headers (chiliboard -> ti_am335x_common.h -> ti_armv7_omap.h -> ti_armv7_common.h) it is pulling in include/config_distro_defaults.h but is not also setting CONFIG_DISTRO_DEFAULTS so I would suggest trying out the build from mainline now and sending a follow-up to enable whatever you feel is missing in the config header/defconfig file. It feels like you probably want at least CONFIG_PARTITION / CONFIG_DOS_PARTITION support enabled, and possibly DISTRO_DEFAULTS. Thanks!