diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-06-17 16:38:43 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-06-17 16:38:43 +0000 |
commit | 82bc9bc31ec593c7e49c781a2d3daebf46158acd (patch) | |
tree | 3b921ce8688ce3de0ca93a9a25223339aaa75210 /src/mainboard/rca/rm4100 | |
parent | aac8dc81c5ffc639a0222041b7786da0def708f7 (diff) |
Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial.
Abuild tested with -C.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4360 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/rca/rm4100')
-rw-r--r-- | src/mainboard/rca/rm4100/Options.lb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/rca/rm4100/Options.lb b/src/mainboard/rca/rm4100/Options.lb index 671114b71a..6992e3c476 100644 --- a/src/mainboard/rca/rm4100/Options.lb +++ b/src/mainboard/rca/rm4100/Options.lb @@ -20,6 +20,7 @@ uses CC uses CONFIG_CBFS +uses CONFIG_USE_INIT uses CONFIG_CONSOLE_SERIAL8250 uses CONFIG_CONSOLE_VGA uses CONFIG_COMPRESSED_PAYLOAD_LZMA |