commit | a228296c54a9208d65a0a8bd4f3dddcb76cc69c9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Tue Aug 27 10:56:18 2013 -0400 |
committer | Tom Rini <trini@ti.com> | Tue Aug 27 10:56:18 2013 -0400 |
tree | 0f2e0a2d10d877793e8e09f7fae577c9517af8d8 | |
parent | 529c0d9b8cdfae232e4ed082fd8cde5416b266b7 [diff] |
omap5: Correct include order, drop CONFIG_SYS_PROMPT define With the new include structure for TI platforms, we need to not define our own CONFIG_SYS_PROMPT and also need to include <configs/omap5_common.h> much sooner, so do both of these. Also drop the unused CONFIG_NET_MULTI Signed-off-by: Tom Rini <trini@ti.com>