j7f2 builds.
mainboard.h -- we need a better way to do this. We should not have to specify address bits in this way. But it is not as easy a problem as it seems. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@969 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
2635961a1c
commit
214db13159
2 changed files with 1 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ choice
|
|||
|
||||
config BOARD_JETWAY_J7F2
|
||||
bool "J7F2 Series (INCOMPLETE)"
|
||||
depends CONFIG_EXPERIMENTAL
|
||||
select ARCH_X86
|
||||
select CPU_VIA_C7
|
||||
select OPTION_TABLE
|
||||
|
|
|
|||
|
|
@ -18,4 +18,4 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#define CPU_ADDR_BITS 40
|
||||
#define CPU_ADDR_BITS 32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue