This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
u-boot
Watch
0
Star
0
Fork
0
You've already forked u-boot
mirror of
https://github.com/u-boot/u-boot.git
synced
2024-11-24 04:34:22 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c9bb942e2f
u-boot
/
configs
/
eco5pk_defconfig
6 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kconfig: remove meaningless prefixes in defconfig files Since commit e02ee2548afe (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-12 12:24:39 +08:00
CONFIG_ARM=y
CONFIG_OMAP34XX=y
CONFIG_TARGET_ECO5PK=y
Clean all defconfigs with savedefconfig In order to reduce merge conflicts and to maintain the simplest possible defconfig files, we should be using the savedefconfig feature of Kconfig every time a new feature is added. This keeps the defconfig settings to a minimum (only those things not default) and keeps them in the same order as the Kconfig options. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Cc: Tom Rini <trini@konsulko.com>
2015-05-13 03:46:24 +08:00
CONFIG_SPL=y
net: Move the CMD_NET config to defconfigs This also selects CONFIG_NET for any CONFIG_CMD_NET board. Remove the imx default for CONFIG_NET. This moves the config that was defined by 60296a8 (commands: add more command entries in Kconfig). Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
2015-05-30 08:46:35 +08:00
CONFIG_CMD_NET=y
Reference in New Issue
Copy Permalink