Masahiro Yamada
91405b7fa9
malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LEN
...
The default value of CONFIG_SYS_MALLOC_F_LEN is defined by ./Kconfig
as 0x400. Each defconfig or Kconfig need not repeat the same value.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
Acked-by: Stephen Warren <swarren@wwwdotorg.org >
Reviewed-by: Simon Glass <sjg@chromium.org >
Acked-by: Robert Baldyga <r.baldyga@samsung.com >
2015-03-28 09:03:08 -04:00
Masahiro Yamada
252ed8729d
kconfig: remove meaningless prefixes in defconfig files
...
Since commit e02ee2548a (kconfig: switch to single .config
configuration), the prefixes in defconfig files such as "+S:",
"+ST:", etc., are meaningless.
This commit was generated by the following command:
find configs -name '*_defconfig' | xargs sed -i 's/^+*S*T*://'
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
2015-03-15 14:31:06 -04:00
Simon Glass
b724bd7d63
dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to Kconfig
...
Move this option to Kconfig and update all boards.
Signed-off-by: Simon Glass <sjg@chromium.org >
2015-02-12 15:17:28 -07:00
Simon Glass
70c45aeb43
dm: mx6: Move driver model CONFIGs to Kconfig
...
Remove driver model CONFIGs from the board config headers and use Kconfig
instead.
Signed-off-by: Simon Glass <sjg@chromium.org >
2015-02-12 10:35:35 -07:00
Fabio Estevam
53b7f18044
mx6: Use a common SPL configuration file
...
Many boards use a minimal .cfg file in the SPL case.
Introduce spl_sd.cfg so that we can reuse it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com >
Acked-by: Stefano Babic <sbabic@denx.de >
2014-11-20 10:30:18 +01:00
Nikita Kiryanov
e32028a70b
arm: mx6: add support for Compulab cm-fx6 CoM
...
Add initial support for Compulab CM-FX6 CoM.
Support includes MMC, SPI flash, and SPL with dynamic DRAM detection.
Cc: Igor Grinberg <grinberg@compulab.co.il >
Cc: Stefano Babic <sbabic@denx.de >
Cc: Tom Rini <trini@ti.com >
Cc: Marek Vasut <marex@denx.de >
Cc: Simon Glass <sjg@chromium.org >
Acked-by: Marek Vasut <marex@denx.de >
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il >
2014-09-09 15:35:43 +02:00